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. type Prism' s a = Prism s s a a

    proto-lens Data.ProtoLens.Prism

    No documentation available.

  2. type Positive = GreaterThan 0

    refined Refined

    A Predicate ensuring that the value is greater than zero.

  3. class Typeable p => Predicate (p :: k) x

    refined Refined

    A typeclass which defines a runtime interpretation of a type-level predicate p for type x.

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

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

    reflex Data.FastMutableIntMap

    No documentation available.

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

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

    reflex Reflex.PerformEvent.Base

    No documentation available.

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

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

    reflex Reflex.PostBuild.Base

    Provides a basic implementation of PostBuild.

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

    reflex Reflex.PostBuild.Base

    No documentation available.

Page 467 of many | Previous | Next