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
is there a way to create a schema that an object of that type would match which applies some inner schema to the value?
I guess I can just use pred/constrained?