origamitower / folktale

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

Add Result.prototype.filter and Maybe.prototype.filter #133

Closed floriansimon1 closed 7 years ago

floriansimon1 commented 7 years ago

The filter function should apply only on Oks (resp. Justs) and return an Error (resp. a Nothing) if the passed predicate is false, or return this otherwise.