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.
-
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.
PatchIntMap :: IntMap (Maybe a) -> PatchIntMap areflex Data.FastMutableIntMap No documentation available.
newtype
PerformEventT t (m :: k) areflex Reflex.PerformEvent.Base Provides a basic implementation of PerformEvent. Note that, despite the name, PerformEventT is not an instance of MonadTrans.
PerformEventT :: RequesterT t (HostFrame t) Identity (HostFrame t) a -> PerformEventT t (m :: k) areflex Reflex.PerformEvent.Base No documentation available.
class (Reflex t, Monad Performable m, Monad m) =>
PerformEvent t (m :: Type -> Type) | m -> treflex Reflex.PerformEvent.Class PerformEvent represents actions that can trigger other actions based on Events.
newtype
PostBuildT t (m :: Type -> Type) areflex Reflex.PostBuild.Base Provides a basic implementation of PostBuild.
PostBuildT :: ReaderT (Event t ()) m a -> PostBuildT t (m :: Type -> Type) areflex Reflex.PostBuild.Base No documentation available.
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.