You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it'd be very helpful to provide integrations with json/xml/ parsing libs. Ideally we'd provide a function decoder a -> validator a b -> decoder b. This way users can transparently use checklist for validation during parsing.
I think it'd be very helpful to provide integrations with json/xml/ parsing libs. Ideally we'd provide a function
decoder a -> validator a b -> decoder b
. This way users can transparently use checklist for validation during parsing.Example for something like circe:
The text was updated successfully, but these errors were encountered: