mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
setup
just some stuff we need in place for the parser to recognice map2 and to give it a (hardcoded) type
This commit is contained in:
parent
ff34950bf2
commit
2e73e47673
5 changed files with 23 additions and 0 deletions
|
@ -909,6 +909,7 @@ define_builtins! {
|
|||
21 LIST_KEEP_OKS: "keepOks"
|
||||
22 LIST_KEEP_ERRS: "keepErrs"
|
||||
23 LIST_MAP_WITH_INDEX: "mapWithIndex"
|
||||
24 LIST_MAP2: "map2"
|
||||
}
|
||||
5 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" imported // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue