Renamed List.append to List.concat

This commit is contained in:
Chad Stearns 2020-07-24 01:12:19 -04:00
parent 74fa1bc56d
commit 0b078783fd
7 changed files with 60 additions and 70 deletions

View file

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