@pokemonads/combinators

A collection of basic combinators and utilities. Visit our [github page](https://github.com/kanitsharma/pokemonads) for more information.

Usage no npm install needed!

<script type="module">
  import pokemonadsCombinators from 'https://cdn.skypack.dev/@pokemonads/combinators';
</script>

README

Pokemonads/combinators

A collection of basic combinators and utilities. Visit our github page for more information.

Documentation coming up soon :)

Installation

  npm i -s @pokemonads/combinators
  // or
  yarn add @pokemonads/combinators

Contents

Combinators

  1. I combinator
  2. K combinator

Utilities

  1. compose
  2. composeK
  3. curry
  4. tap

Point-free

  1. map
  2. chain
  3. of
  4. ap
  5. fold
  6. run