Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class (Reflex t, Monad m) =>
PostBuild t (m :: Type -> Type) | m -> treflex Reflex.PostBuild.Class PostBuild represents an action that is notified via an Event when it has finished executing. Note that the specific definition of "finished" is determined by the instance of PostBuild, but the intent is to allow Behaviors and Dynamics to be safely sampled, regardless of where they were created, when the post-build Event fires. The post-build Event will fire exactly once for an given action.
-
No documentation available.
newtype
ProfiledM (m :: k -> Type) (a :: k)reflex Reflex.Profiled No documentation available.
ProfiledM :: m a -> ProfiledM (m :: k -> Type) (a :: k)reflex Reflex.Profiled No documentation available.
data
ProfiledTimeline (t :: k)reflex Reflex.Profiled No documentation available.
-
No documentation available.
-
reflex Reflex.Pure A completely pure-functional Reflex timeline, identifying moments in time with the type t.
-
reflex Reflex.Spider.Internal No documentation available.
Pull :: !IORef (Maybe (PullSubscribed x a)) -> !BehaviorM x a -> Pull (x :: k) areflex Reflex.Spider.Internal No documentation available.
data
PullSubscribed (x :: k) areflex Reflex.Spider.Internal No documentation available.