reflex-transformers-0.2.1: Collections and switchable Monad transformers for Reflex

Safe HaskellNone
LanguageHaskell2010

Reflex.Monad.ReflexM

Synopsis

Documentation

newtype ReflexM t a Source

Base Monad which sits at the bottom of a (pure) switching Monad transformer stack providing the base switching capabilities.

Constructors

ReflexM 

Fields

runReflexM :: forall m. MonadReflex t m => m a