Skip to content
Snippets Groups Projects
Commit df6e6be0 authored by Cam Saul's avatar Cam Saul
Browse files

revert accidental change

parent d66f9eae
Branches
Tags
No related merge requests found
......@@ -30,8 +30,8 @@
(defn- remove-fns-and-delays
"Remove values that are fns or delays from map M."
[m]
(filter-vals #(not (or (fn? %)
(delay? %)))
(filter-vals #(not (or (delay? %)
(fn? %)))
m))
(defn- clob? [obj]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment