haaaa core typed yeah!
Who's using core.typed in combination with prismatic/schema. .. Or do you use one or the other.
I am looking at using both - as schema will allow you to have runtime checking of data. Core.typed HMap is only at compile time
could use schema as to validate the shape of data in a constructor function
I intend to use both