All Projects → fantasyland → fantasy-combinators

fantasyland / fantasy-combinators

Licence: other
Common combinators.

Programming Languages

javascript
184084 projects - #8 most used programming language

Fantasy Combinators

General

Combinators which are used for fantasy-land projects.

  • Combinators
    1. Apply - A combinator
    2. Compose - B combinator
    3. Constant - K combinator
    4. Fix - Y combinator
    5. Flip - C combinator
    6. Identity - I combinator
    7. Substitution - S combinator
    8. Thrush - T combinator
    9. 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].