diff options
author | Rich Hickey <richhickey@gmail.com> | 2008-07-18 00:25:29 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2008-07-18 00:25:29 +0000 |
commit | 4aa7e69f4a6b7e2017757348cb7ccb5979462bf3 (patch) | |
tree | 04093811a40e2bbb22376ba20ae1ef7cf417d8ab /src/parallel.clj | |
parent | 93f1b01bc4395211903b6d16267bf2c590c35006 (diff) |
added load-file to parallel.clj comment
Diffstat (limited to 'src/parallel.clj')
-rw-r--r-- | src/parallel.clj | 1 |
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 |