mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
added placeholder implementation
This commit is contained in:
parent
dfd14f8e49
commit
84af26d813
3 changed files with 32 additions and 0 deletions
|
@ -1078,6 +1078,7 @@ define_builtins! {
|
|||
2 RESULT_MAP_ERR: "mapErr"
|
||||
3 RESULT_WITH_DEFAULT: "withDefault"
|
||||
4 RESULT_AFTER: "after"
|
||||
5 RESULT_IS_OK: "isOk"
|
||||
}
|
||||
6 DICT: "Dict" => {
|
||||
0 DICT_DICT: "Dict" imported // the Dict.Dict type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue