Skip to content

Commit 03e7ecc

Browse files
committed
removed declare of atom and swap!
1 parent 37d0ce6 commit 03e7ecc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/clj/clojure/core.clj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3681,8 +3681,6 @@
36813681
~@body
36823682
(recur))))
36833683

3684-
(declare atom swap!)
3685-
36863684
(defn memoize
36873685
"Returns a memoized version of a referentially transparent function. The
36883686
memoized version of the function keeps a cache of the mapping from arguments

0 commit comments

Comments
 (0)