origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Adds a chain function to Validation #194

Closed robotlolita closed 6 years ago

robotlolita commented 6 years ago

This allows manipulating Success in a simpler way than the full-blown matchWith without interfering with the Applicative instance. Addresses #175