Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
newtype IdentityT (f :: k -> Type) (a :: k) :: forall k. (k -> Type) -> k -> Type #
The trivial monad transformer, which maps a monad to an equivalent monad.
IdentityT | |
|
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
newtype IdentityT (f :: k -> Type) (a :: k) :: forall k. (k -> Type) -> k -> Type #
The trivial monad transformer, which maps a monad to an equivalent monad.
IdentityT | |
|