JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q23979F
  • License MIT

Typescript implementation of Elm ADTs

Package Exports

  • funtasy

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (funtasy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

funtasy

Typescript implementation of Elm ADTs.

Philosophy

Elm's deliberate lack of typeclasses made them come up with a more-user friendly API, that does not require teaching developers even more new jargon such as chain, liftA2, etc.

So lets do that, only for TypeScript.

And since we're already doing this, lets add fantasy land support.

Install

With npm do:

npm install funtasy

License

MIT