Skip to content

Commit

Permalink
Visit Eductions as sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed May 21, 2017
1 parent 6555ccf commit 363db3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions planck-cljs/src/planck/pprint/data.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 56,9 @@
fipp.visit/IVisitor

(visit-unknown [this x]
[:text (pr-str x)])

(if (instance? Eduction x)
(visit this (sequence x))
[:text (pr-str x)]))

(visit-nil [this]
(wrap-theme :results-font theme "nil"))
Expand Down

0 comments on commit 363db3e

Please sign in to comment.