Name: monoid-transformer
Version: 0.0.3
License: BSD3
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
-- Homepage: http://www.haskell.org/haskellwiki/Monoid transformer
Category: Data
Synopsis: Monoid counterparts to some ubiquitous monad transformers
-- Portability: Haskell 98
Description:
Monoid transformers: State, Reader
.
There is no Writer transformer.
It's vice versa: The Writer monad transforms a monoid to a monad.
Tested-With: GHC==6.8.2
Tested-With: GHC==7.8.2
Cabal-Version: >=1.6
Build-Type: Simple
Source-Repository head
type: darcs
location: http://code.haskell.org/~thielema/monoid/
Source-Repository this
type: darcs
location: http://code.haskell.org/~thielema/monoid/
tag: 0.0.3
Library
Build-Depends: base >= 1 && <5
GHC-Options: -Wall
Hs-Source-Dirs: src
Exposed-Modules:
Data.Monoid.Applicative
Data.Monoid.Monad
Data.Monoid.Reader
Data.Monoid.State
Data.Monoid.MonadicEndo
Data.Monoid.Transformer