schema

2017-11-07T00:30:26.000322Z

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

2017-11-07T00:30:45.000164Z

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

2017-11-07T00:31:21.000030Z

I guess I can just use pred/constrained?