Fork me on GitHub
#malli
<
2024-02-05
>
hanDerPeder11:02:09

any reason there is not an encoding variant of coercer?

ikitommi11:02:01

no-one has asked for it

hanDerPeder11:02:52

Consider it asked for 🙂

ikitommi11:02:11

please write an issue

👍 1
Abhinav11:02:16

Hi, in clojurescript how can I convert a schema object to a readable schema?

a function that takes 
#object[malli.core.t_malli$core146211]

and returns something like this 
=> [:map [:a :int]] 

ikitommi11:02:50

try m/form on it

ikitommi11:02:17

also, if there is a way to add default printing method that does that, would like to hear it

ikitommi11:02:28

works on clojure (via print-method)

Abhinav11:02:33

> also, if there is a way to add default printing method that does that, would like to hear it I'll ask around. thanks very much !