name: recursion-schemes category: Control, Recursion version: 1.8.0.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: provisional homepage: http://github.com/ekmett/recursion-schemes/ copyright: Copyright (C) 2008-2011 Edward A. Kmett synopsis: Generalized bananas, lenses and barbed wire description: Generalized bananas, lenses and barbed wire . /Changes since 0.4.2/: . * Added futumorphisms . /Changes since 0.2.2/: . * Split distHisto from distGHisto . * Added zygohistomorphic prepromorphisms . /Changes since 0.2.1/: . * Added (generalized) prepro- and postpro- morphisms . /Changes since 0.2/: . * Added Elgot (co)algebras . /Changes since 0.1/: . * Removed dependency on Foldable from Mendler-style recursion schemes . * Added Lambek's Lemma build-type: Simple source-repository head type: git location: git://github.com/ekmett/recursion-schemes.git library build-depends: base >= 4 && < 5, transformers >= 0.2 && < 0.3, comonad >= 1.1 && < 1.2, comonad-transformers >= 1.8 && < 1.9, free >= 1.8 && < 1.9 exposed-modules: Data.Functor.Foldable ghc-options: -Wall