Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvaldesdeleon/funtasy
TypeScript implementation of Elm ADTs
https://github.com/mvaldesdeleon/funtasy
Last synced: about 6 hours ago
JSON representation
TypeScript implementation of Elm ADTs
- Host: GitHub
- URL: https://github.com/mvaldesdeleon/funtasy
- Owner: mvaldesdeleon
- License: other
- Created: 2018-08-09T07:09:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T12:01:08.000Z (over 6 years ago)
- Last Synced: 2024-10-11T22:23:38.893Z (about 1 month ago)
- Language: TypeScript
- Size: 602 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/fantasyland/fantasy-land) support.
# Install
With [npm](https://npmjs.org) do:
```
npm install funtasy
```# License
MIT