Fork me on GitHub
#clojure-spec
<
2021-07-22
>
vemv21:07:13

long time no spec. how do I un-nilify a nilable again? spec-tools maybe?

colinkahn22:07:21

Would (s/and ::nilable-spec some?) be what you want?

vemv22:07:07

yes that would work! I was using some other workaround in the meantime but your snippet is more concise

👍 2