ghc-free 5.1.10
Dependencies: ghc-comonad@5.0.8 ghc-distributive@0.6.2.1 ghc-indexed-traversable@0.1.2.1 ghc-semigroupoids@5.3.7 ghc-th-abstraction@0.4.5.0 ghc-transformers-base@0.4.6 ghc-profunctors@5.6.2
Channel: guix
Home page: https://github.com/ekmett/free/
Licenses: Modified BSD
Synopsis: Unrestricted monads for Haskell
Description:
This library provides free monads, which are useful for many tree-like structures and domain specific languages. If f
is a Functor
then the free Monad
on f
is the type of trees whose nodes are labeled with the constructors of f
. The word "free" is used in the sense of "unrestricted" rather than "zero-cost": Free f
makes no constraining assumptions beyond those given by f
and the definition of Monad
.
Total results: 1