fsprojects / Fleece

Json mapper for F#
http://fsprojects.github.io/Fleece
Apache License 2.0
199 stars 31 forks source link

Moving Success and Failure to Helpers #53

Closed wallymathieu closed 6 years ago

wallymathieu commented 6 years ago

This should ensure that there are no accidental clashes between F#+ Validation This fixes #43

gusty commented 6 years ago

However this is a breaking change, but I think it's justified.

We should document it.