Fork me on GitHub
#schema
<
2017-11-07
>
michaelblume00:11:26

Say I have a data type which wraps a value, it’s not a clojure collection, there’s some function you use to unwrap the value

michaelblume00:11:45

is there a way to create a schema that an object of that type would match which applies some inner schema to the value?

michaelblume00:11:21

I guess I can just use pred/constrained?