| Copyright | (C) 2008-2011 Edward Kmett | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Edward Kmett <[email protected]> | 
| Stability | provisional | 
| Portability | portable | 
| Safe Haskell | Safe | 
| Language | Haskell2010 | 
Control.Comonad.Trans.Identity
Description
Synopsis
- newtype IdentityT (f :: k -> Type) (a :: k) = IdentityT {
- runIdentityT :: f a
 
 
Documentation
newtype IdentityT (f :: k -> Type) (a :: k) Source #
The trivial monad transformer, which maps a monad to an equivalent monad.
Constructors
| IdentityT | |
Fields 
  | |