mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
basic List.keepIf set definition, but no implementation
This commit is contained in:
parent
22e92ae0d2
commit
30046d1ad4
9 changed files with 99 additions and 3 deletions
|
@ -16,6 +16,7 @@ pub enum LowLevel {
|
|||
ListPrepend,
|
||||
ListJoin,
|
||||
ListMap,
|
||||
ListKeepIf,
|
||||
NumAdd,
|
||||
NumSub,
|
||||
NumMul,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue