diff options
Diffstat (limited to 'init.fnl')
| -rw-r--r-- | init.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |