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