summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.depend.mk4
-rw-r--r--init.fnl2
m---------lazy-seq0
3 files changed, 1 insertions, 5 deletions
diff --git a/.depend.mk b/.depend.mk
deleted file mode 100644
index cce5b25..0000000
--- a/.depend.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-init.lua: init.fnl macros.fnl
-tests/core.lua: tests/core.fnl macros.fnl init.fnl
-tests/macros.lua: tests/macros.fnl macros.fnl
-tests/fn.lua: tests/fn.fnl macros.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"
diff --git a/lazy-seq b/lazy-seq
-Subproject 2949307a2dbf1dda6060a801431e8c0be062b2a
+Subproject 8022596128e81f21b5d9be40f41b782415e1a39