Awesome
Fantasy Combinators
General
Combinators which are used for fantasy-land projects.
- Combinators
- Apply - A combinator
- Compose - B combinator
- Constant - K combinator
- Fix - Y combinator
- Flip - C combinator
- Identity - I combinator
- Substitution - S combinator
- Thrush - T combinator
- Psi - P combinator
Testing
Library
Fantasy Combinators uses nodeunit for all the tests and because of this there is currently an existing adapter in the library to help with integration between nodeunit and Fantasy Check.
Coverage
Currently Fantasy Check is using Istanbul for code coverage analysis; you can run the coverage via the following command:
This assumes that you have istanbul installed correctly.
istanbul cover nodeunit -- test/*.js