mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +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
|
@ -27,6 +27,7 @@ pub enum LowLevel {
|
|||
ListPrepend,
|
||||
ListJoin,
|
||||
ListMap,
|
||||
ListMap2,
|
||||
ListMapWithIndex,
|
||||
ListKeepIf,
|
||||
ListWalk,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue