| Safe Haskell | Trustworthy |
|---|---|
| Language | Haskell2010 |
GHC.Internal.Data.Functor.Utils
Documentation
newtype StateT s (m :: Type -> Type) a #
A state transformer monad parameterized by the state and inner monad. The implementation is copied from the transformers package with the return tuple swapped.
Since: base-4.18.0.0