communityfunded / monadism

A set of practical monads implemented in TypeScript
https://communityfunded.github.io/monadism/
BSD 2-Clause "Simplified" License
18 stars 2 forks source link

[Feature] Fantasy Land Maybe #7

Closed bkonkle closed 5 years ago

bkonkle commented 5 years ago

This tightens up Maybe to match the Fantasy Land spec closer. Just(null) and Just(undefined) no longer collapse empty values like maybe() does.