basic List.keepIf set definition, but no implementation

This commit is contained in:
Chad Stearns 2020-08-29 15:47:11 -04:00
parent 22e92ae0d2
commit 30046d1ad4
9 changed files with 99 additions and 3 deletions

View file

@ -16,6 +16,7 @@ pub enum LowLevel {
ListPrepend,
ListJoin,
ListMap,
ListKeepIf,
NumAdd,
NumSub,
NumMul,