Skip to content

Commit

Permalink
Output all transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
seb231 committed Feb 21, 2018
1 parent 1b0b948 commit 262535a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/witan/send/send.clj
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
(apply merge-with + (mapcat #(map :transitions %) projections)))

(defn output-transitions [file projections]
(spit file (pr-str projections)))
(binding [*print-length* nil] (spit file (pr-str projections))))

(defn values-rf
"Associate a reducing function to be used for each value of map indexed by key"
Expand Down

0 comments on commit 262535a

Please sign in to comment.