List.join builtin and unification

This commit is contained in:
Chad Stearns 2020-08-01 22:28:09 -04:00
parent 6dd6afbeac
commit a9ab550c10
6 changed files with 49 additions and 0 deletions

View file

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