Welcome! Please see the About page for a little more info on how this works.

0 votes
in Spec by

(s/conform (s/alt :empty (s/cat)) [42]) ; => ::s/invalid (s/explain (s/alt :empty (s/cat)) [42]) ; => prints 'Success!'

Related:
CLJ-2360 - looks like the same issue, but for s/and, s/or
CLJ-2336 - looks like a consequence of this issue
CLJ-2304 - probably related too

1 Answer

0 votes
by
...