Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype PatchIntMap a

    reflex Data.FastMutableIntMap

    Patch for IntMap which represents insertion or deletion of keys in the mapping. Internally represented by 'IntMap (Maybe a)', where Just means insert/update and Nothing means delete.

  2. PatchIntMap :: IntMap (Maybe a) -> PatchIntMap a

    reflex Data.FastMutableIntMap

    No documentation available.

  3. newtype PerformEventT t (m :: k) a

    reflex Reflex.PerformEvent.Base

    Provides a basic implementation of PerformEvent. Note that, despite the name, PerformEventT is not an instance of MonadTrans.

  4. PerformEventT :: RequesterT t (HostFrame t) Identity (HostFrame t) a -> PerformEventT t (m :: k) a

    reflex Reflex.PerformEvent.Base

    No documentation available.

  5. class (Reflex t, Monad Performable m, Monad m) => PerformEvent t (m :: Type -> Type) | m -> t

    reflex Reflex.PerformEvent.Class

    PerformEvent represents actions that can trigger other actions based on Events.

  6. newtype PostBuildT t (m :: Type -> Type) a

    reflex Reflex.PostBuild.Base

    Provides a basic implementation of PostBuild.

  7. PostBuildT :: ReaderT (Event t ()) m a -> PostBuildT t (m :: Type -> Type) a

    reflex Reflex.PostBuild.Base

    No documentation available.

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

  9. module Reflex.Profiled

    No documentation available.

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

    reflex Reflex.Profiled

    No documentation available.

Page 418 of many | Previous | Next