Fork me on GitHub
#schema
<
2021-08-10
>
Braden Shepherdson18:08:26

hm, I'm having trouble using schemas on the LHS of a case I thought this would work

(case (:schema x)
  s/Num (:num-value x)
  s/String (:str-value x))
but I get that no case matches.