We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7d3bb commit f68a454Copy full SHA for f68a454
2 files changed
for-clojure/problem-106/src/problem_106/core.clj
@@ -111,6 +111,8 @@
111
112
(pdump (allocate (first pnls)
113
(driver-spec :prod-cogs (first pnls))))
114
+
115
116
(defn fact [n acc]
117
(if
118
(< n 2N)
mini-kanren/src/mini_kanren/core.clj
@@ -20,5 +20,5 @@
20
;;; |_| |_\__,_|_|_||_|
21
22
(defn -main []
23
- (test/run-all-tests #"mini-kanren.core"))
+ (test/run-all-tests #"mini-kanren.core-test"))
24
0 commit comments