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.

  1. class (Reflex t, Monad m) => PostBuild t (m :: Type -> Type) | m -> t

    reflex 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.

  2. module Reflex.Profiled

    No documentation available.

  3. newtype ProfiledM (m :: k -> Type) (a :: k)

    reflex Reflex.Profiled

    No documentation available.

  4. ProfiledM :: m a -> ProfiledM (m :: k -> Type) (a :: k)

    reflex Reflex.Profiled

    No documentation available.

  5. data ProfiledTimeline (t :: k)

    reflex Reflex.Profiled

    No documentation available.

  6. module Reflex.Pure

    No documentation available.

  7. data Pure t

    reflex Reflex.Pure

    A completely pure-functional Reflex timeline, identifying moments in time with the type t.

  8. data Pull (x :: k) a

    reflex Reflex.Spider.Internal

    No documentation available.

  9. Pull :: !IORef (Maybe (PullSubscribed x a)) -> !BehaviorM x a -> Pull (x :: k) a

    reflex Reflex.Spider.Internal

    No documentation available.

  10. data PullSubscribed (x :: k) a

    reflex Reflex.Spider.Internal

    No documentation available.

Page 468 of many | Previous | Next