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.
type
Prism' s a = Prism s s a aproto-lens Data.ProtoLens.Prism No documentation available.
-
refined Refined A Predicate ensuring that the value is greater than zero.
class Typeable p =>
Predicate (p :: k) xrefined Refined A typeclass which defines a runtime interpretation of a type-level predicate p for type x.
-
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.