https://github.com/lostintime/node-typematcher-funfix
TypeMatcher Funfix binding https://github.com/lostintime/node-typematcher
https://github.com/lostintime/node-typematcher-funfix
Last synced: 22 days ago
JSON representation
TypeMatcher Funfix binding https://github.com/lostintime/node-typematcher
- Host: GitHub
- URL: https://github.com/lostintime/node-typematcher-funfix
- Owner: lostintime
- License: mit
- Created: 2017-10-14T12:21:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T13:43:16.000Z (over 8 years ago)
- Last Synced: 2026-04-22T01:12:06.296Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TypeMatcher Funfix Binding
==========================
__DEPRECATED!__
This library can now be replaced by single call: `IO.of(() => match(...))`, so - use it directly.
## Typematcher
Type matching library for [TypeScript](https://www.typescriptlang.org/).
* Source: [https://github.com/lostintime/node-typematcher](https://github.com/lostintime/node-typematcher);
* NPM: [https://www.npmjs.com/package/typematcher](https://www.npmjs.com/package/typematcher).
## Funfix
Funfix is a library of type classes and data types for Functional Programming
in JavaScript, [TypeScript](https://www.typescriptlang.org/) and [Flow](https://flow.org/).
* Source: [https://github.com/funfix/funfix](https://github.com/funfix/funfix);
* NPM: [https://www.npmjs.com/package/funfix](https://www.npmjs.com/package/funfix).
## Documentation
* Typematcher intro post: [https://lostintimedev.com/2017/09/06/typematcher-pattern-matching-library-for-typescript.html](https://lostintimedev.com/2017/09/06/typematcher-pattern-matching-library-for-typescript.html);
* Funfix IO monad api: [https://funfix.org/api/effect/classes/io.html](https://funfix.org/api/effect/classes/io.html).