structural-typing icon indicating copy to clipboard operation
structural-typing copied to clipboard

Structural typing for Clojure, somewhat inspired by Elm. Tailored to "flow-style" programming, where complex structures flow through a series of functions, each of which makes a smallish change. Can a...

Results 1 structural-typing issues
Sort by recently updated
recently updated
newest added

I have a vector with items of several related types (form field data like RadioField, Input, Label) and I'd like to validate that each item conforms to the appropriate type...

question