MonadReader r m => MonadReader r (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadTrans (ProfiledM :: (Type -> Type) -> Type -> Type) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadHold t m => MonadHold (ProfiledTimeline t :: Type) (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadSample t m => MonadSample (ProfiledTimeline t :: Type) (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
Monad m => Monad (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
Functor m => Functor (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadFix m => MonadFix (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
Applicative m => Applicative (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadIO m => MonadIO (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadException m => MonadException (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadAsyncException m => MonadAsyncException (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
PrimMonad m => PrimMonad (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadRef m => MonadRef (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadReflexHost t m => MonadReflexHost (ProfiledTimeline t) (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadReflexCreateTrigger t m => MonadReflexCreateTrigger (ProfiledTimeline t) (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadReadEvent t m => MonadReadEvent (ProfiledTimeline t) (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
MonadSubscribeEvent t m => MonadSubscribeEvent (ProfiledTimeline t) (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
PerformEvent t m => PerformEvent (ProfiledTimeline t) (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
type PrimState (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
type Ref (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
type ReadPhase (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |
type Performable (ProfiledM m) Source # | |
Instance detailsDefined in Reflex.Profiled |