mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Base definition of List.map, but not real implementation, and the tests fail
This commit is contained in:
parent
27b2d10b2a
commit
0a725eff3c
5 changed files with 66 additions and 1 deletions
|
@ -14,6 +14,7 @@ pub enum LowLevel {
|
|||
ListAppend,
|
||||
ListPrepend,
|
||||
ListJoin,
|
||||
ListMap,
|
||||
NumAdd,
|
||||
NumSub,
|
||||
NumMul,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue