summaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'init.fnl')
-rw-r--r--init.fnl2
1 files changed, 1 insertions, 1 deletions
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"