Resolve conflicts with remote

This commit is contained in:
Chad Stearns 2020-07-26 21:41:38 -04:00
commit 59b30ad20f
14 changed files with 346 additions and 282 deletions

View file

@ -10,9 +10,9 @@ pub enum LowLevel {
ListSingle,
ListRepeat,
ListReverse,
ListConcat,
ListAppend,
ListPrepend,
ListPush,
NumAdd,
NumSub,
NumMul,