Solve AOC day 13 part 1

This commit is contained in:
2022-12-17 22:44:33 +00:00
parent 46dccd8cdc
commit eae3865a12

View File

@@ -163,7 +163,8 @@ class Kiss {
"joinPath" => Symbol("Prelude.joinPath"),
"readDirectory" => Symbol("Prelude.readDirectory"),
"substr" => Symbol("Prelude.substr"),
"isListExp" => Symbol("Prelude.isListExp")
"isListExp" => Symbol("Prelude.isListExp"),
"isNull" => Symbol("Prelude.isNull")
/* zip functions used to live here as aliases but now they are macros that also
apply (the Array<Array<Dynamic>>) to the result */
/* intersect used to live here as an alias but now it is in a macro that also