expound

miikka 2019-03-15T13:31:04.001400Z

Can I prevent Expound from printing a certain record? It generates something like 140k lines of output which is not helpful at all. I defined a print-method so that prints something simple with prn but that does not seem to affect Expound.

borkdude 2019-03-15T13:56:46.001900Z

@miikka I have an example of this right here: https://clojureverse.org/t/how-do-you-deal-with-big-data-structures-and-spec/3991/2?u=borkdude

miikka 2019-03-15T14:07:27.002200Z

Ah, thanks