Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
FMonad.State.Ran
Documentation
newtype StateT s mm x a Source #
Constructors
StateT | |
Fields
|
state :: (Functor s, Functor x, FMonad mm) => (forall r. (a -> s r) -> x (s r)) -> StateT s mm x a Source #
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
FMonad.State.Ran
newtype StateT s mm x a Source #
Constructors
StateT | |
Fields
|
state :: (Functor s, Functor x, FMonad mm) => (forall r. (a -> s r) -> x (s r)) -> StateT s mm x a Source #