An open API service indexing awesome lists of open source software.

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

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).