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

Feat/typescript maybe #186

Closed davidlibland closed 5 years ago

davidlibland commented 6 years ago

This is a first implementation of the maybe monad in typescript.

Dependencies: This builds off of the PRs: https://github.com/origamitower/folktale/pull/181 (which adds typescript abstractions) and https://github.com/origamitower/folktale/pull/185 (which adds decorators for standard derivations of methods).