| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Reflex.Monad.ReflexM
- newtype ReflexM t a = ReflexM {
- runReflexM :: forall m. MonadReflex t m => m a
Documentation
Base Monad which sits at the bottom of a (pure) switching Monad transformer stack providing the base switching capabilities.
Constructors
| ReflexM | |
Fields
| |