createEntries

This commit is contained in:
2021-06-27 22:25:05 -06:00
parent c9ed27f6e9
commit 7fef6b9533
2 changed files with 7 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ class Kiss {
"expList" => Symbol("Prelude.expList"),
"map" => Symbol("Lambda.map"),
"filter" => Symbol("Lambda.filter"), // TODO use truthy as the default filter function
"flatten" => Symbol("Lambda.flatten"),
"has" => Symbol("Lambda.has"),
"count" => Symbol("Lambda.count")
],