@hackage / functor-monadic

Monad-style combinators for functors.

Latest0.1.0.3

About

Metadata

  • Last updated , by jtapolczai2
  • License Apache-2.0
  • Maintained by: janos.tapolczai@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

Monad's bind (>>=, >=>) allows the infix chaining of monadic functions, but no analogues exist for functors. This package provides a handful of handy operators that ease the piping together a functor- and monad-level functions.