Base definition of List.map, but not real implementation, and the tests fail

This commit is contained in:
Chad Stearns 2020-08-14 02:10:20 -04:00
parent 27b2d10b2a
commit 0a725eff3c
5 changed files with 66 additions and 1 deletions

View file

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