summaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'init.fnl')
-rw-r--r--init.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.fnl b/init.fnl
index 5621127..a56da51 100644
--- a/init.fnl
+++ b/init.fnl
@@ -957,6 +957,7 @@ functions also reuse this indexing method, such as sets."
(set count-b (+ count-b 1)))
(set res (= count-a count-b)))
res)
+ :else
false))
([x y & xs]
(reduce #(and $1 $2) (eq x y) (mapv #(eq x $) xs)))))