HasSpiderTimeline x => ReflexHost (SpiderTimeline x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => Reflex (SpiderTimeline x :: *) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadReflexHost (SpiderTimeline x) (SpiderHost x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
MonadReflexCreateTrigger (SpiderTimeline x) (SpiderHostFrame x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
MonadReflexCreateTrigger (SpiderTimeline x) (SpiderHost x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadReadEvent (SpiderTimeline x) (ReadPhase x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadSubscribeEvent (SpiderTimeline x) (SpiderHost x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadSubscribeEvent (SpiderTimeline x) (SpiderHostFrame x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
NotReady (SpiderTimeline x) (SpiderHostFrame x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadHold (SpiderTimeline x :: *) (ReadPhase x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadHold (SpiderTimeline x :: *) (SpiderHostFrame x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadHold (SpiderTimeline x :: *) (SpiderHost x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadHold (SpiderTimeline x :: *) (SpiderPushM x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadHold (SpiderTimeline x :: *) (EventM x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadSample (SpiderTimeline x :: *) (ReadPhase x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadSample (SpiderTimeline x :: *) (SpiderHost x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadSample (SpiderTimeline x :: *) (SpiderHostFrame x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadSample (SpiderTimeline x :: *) (SpiderPushM x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
MonadSample (SpiderTimeline x :: *) (SpiderPullM x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => MonadSample (SpiderTimeline x :: *) (EventM x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => Monad (Dynamic (SpiderTimeline x)) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => Functor (Dynamic (SpiderTimeline x)) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
HasSpiderTimeline x => Applicative (Dynamic (SpiderTimeline x)) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
type EventTrigger (SpiderTimeline x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
type EventHandle (SpiderTimeline x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
type HostFrame (SpiderTimeline x) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
data Behavior (SpiderTimeline x :: *) a Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
data Event (SpiderTimeline x :: *) a Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
data Dynamic (SpiderTimeline x :: *) a Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
data Incremental (SpiderTimeline x :: *) p Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
type PushM (SpiderTimeline x :: *) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |
type PullM (SpiderTimeline x :: *) Source # | |
Instance detailsDefined in Reflex.Spider.Internal |