From a11d9a991b96178f5a572473841434ebe1715d72 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Mon, 15 May 2023 22:42:06 +0300 Subject: add reduced --- init.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.fnl') diff --git a/init.fnl b/init.fnl index 6b33e17..0753401 100644 --- a/init.fnl +++ b/init.fnl @@ -1485,7 +1485,7 @@ called. Early termination is supported via `reduced`. ```" [value] (doto (lazy.reduced value) - (-> getmetatable (tset :cljlib/deref #$.value)))) + (-> getmetatable (tset :cljlib/deref #($:unbox))))) (defn reduced? "Returns true if `x` is the result of a call to reduced" -- cgit v1.2.3