2

=>宏的预期用途是什么?

https://github.com/plumatic/schema/blob/master/src/cljx/schema/core.cljx#L1077-L1091

只要传递了一个函数,它似乎就通过了,例如:

(s/defschema MySchema s/Int)

(def a (s/=> MySchema s/Num))

(s/validate a :ok)
4

0 回答 0