https://github.com/1computer1/scary-monads
https://github.com/1computer1/scary-monads
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1computer1/scary-monads
- Owner: 1Computer1
- License: mit
- Created: 2019-02-24T08:13:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T23:53:27.000Z (about 6 years ago)
- Last Synced: 2025-02-17T21:14:07.624Z (3 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scary-monads
A proof-of-concept of things in JavaScript almost, but not quite, entirely unlike:
- Algebraic data types
- Type classes
- Do-notation
- Type inferenceIt is really ugly, to say the least.
Currently WIP (do I even want to touch this ever again?).
See test folder for some quick examples.