createEntries

This commit is contained in:
2021-06-27 22:25:05 -06:00
parent c81c893a2a
commit bf11e7d5c0

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")
],