justinwoo / purescript-simple-json

A simple Purescript JSON library that uses types automatically
http://purescript-simple-json.readthedocs.io
MIT License
133 stars 45 forks source link

Adds applicative behavior for records #56

Closed reactormonk closed 5 years ago

reactormonk commented 5 years ago

On record decoding, all errors are collected, instead of only the first one.

justinwoo commented 5 years ago

Thanks