KitApps / schema-refined

Clojure library to keep you away from bugs with precise schemas (refined types with runtime checks)
MIT License
67 stars 2 forks source link

Update printing for primitives (int, double etc) and vectors/sets #17

Closed kachayev closed 6 years ago

kachayev commented 6 years ago

Still hard to tell what to do with:

kachayev commented 6 years ago

Okay, named schemas are now covered with refined', I just need to ensure that with-meta doesn't break things as it does here

screen shot 2018-06-23 at 5 16 27 pm
kachayev commented 6 years ago

Added additional check if we can safely apply with-meta 😐