Restore some things

This commit is contained in:
Richard Feldman 2020-04-26 08:59:52 -04:00
parent 511c7b7a21
commit a2e6c4ba12
3 changed files with 5 additions and 5 deletions

View file

@ -642,7 +642,7 @@ define_builtins! {
10 LIST_LEN: "len"
11 LIST_FOLDL: "foldl"
12 LIST_FOLDR: "foldr"
13 LIST_GET_UNSAFE: "getUnsafe"
13 LIST_GET_UNSAFE: "#getUnsafe"
14 LIST_CONCAT: "concat"
15 LIST_FIRST: "first"
16 LIST_FIRST_ARG: "first#list"