Fork me on GitHub
#malli
<
2023-09-21
>
Noah Bogart17:09:51

Is there a way to annotate/validate def forms? I have an (assert (m/validate XSchema some-obj)) as a top-level form but that's ugly and doesn't actually check when evaluating the def later (like in the repl)

escherize20:09:22

That would be handy to have.

Noah Bogart13:09:31

excellent, thank you