summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parallel.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parallel.clj b/src/parallel.clj
index 58fed289..80e92b81 100644
--- a/src/parallel.clj
+++ b/src/parallel.clj
@@ -212,6 +212,7 @@ pvec.
(comment
+(load-file "src/parallel.clj")
(refer 'parallel)
(pdistinct [1 2 3 2 1])
;(pcumulate [1 2 3 2 1] + 0) ;broken, not exposed