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.
@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
Ah, thanks