mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Symbol definition and tests
This commit is contained in:
parent
5632d07179
commit
699ab5c646
2 changed files with 53 additions and 0 deletions
|
@ -1297,6 +1297,7 @@ define_builtins! {
|
|||
6 RESULT_AFTER: "after"
|
||||
7 RESULT_IS_OK: "isOk"
|
||||
8 RESULT_IS_ERR: "isErr"
|
||||
9 RESULT_AFTER_ERR: "afterErr"
|
||||
}
|
||||
7 DICT: "Dict" => {
|
||||
0 DICT_DICT: "Dict" imported // the Dict.Dict type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue