Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. (:@) :: a -> Rendering -> Rendered a

    trifecta Text.Trifecta.Rendering

    No documentation available.

  2. (:^) :: a -> Caret -> Careted a

    trifecta Text.Trifecta.Rendering

    No documentation available.

  3. (:~) :: a -> Span -> Spanned a

    trifecta Text.Trifecta.Rendering

    No documentation available.

  4. type (ts :: Set Type) :+: (ts' :: Set Type) = Merge ts ts'

    type-set Data.Type.Set

    No documentation available.

  5. type t :- (ts :: Set Type) = Insert t ts

    type-set Data.Type.Set

    No documentation available.

  6. type (f :: Type -> Type) :$: (ts :: Set Type) = 'SetApp f Map f ts

    type-set Data.Type.SetApp

    No documentation available.

  7. class (e :: Effect) :> (es :: [Effect])

    effectful-core Effectful

    A constraint that requires that a particular effect e is a member of the type-level list es. This is used to parameterize an Eff computation over an arbitrary list of effects, so long as e is somewhere in the list. For example, a computation that only needs access to a mutable value of type Integer would have the following type:

    State Integer :> es => Eff es ()
    

  8. type family (xs :: [Effect]) :>> (es :: [Effect])

    effectful-core Effectful

    Deprecated: Usage of (:>>) slows down GHC too much. See https://github.com/haskell-effectful/effectful/issues/52#issuecomment-1269155485 for more information.

  9. class (e :: Effect) :> (es :: [Effect])

    effectful-core Effectful.Internal.Effect

    A constraint that requires that a particular effect e is a member of the type-level list es. This is used to parameterize an Eff computation over an arbitrary list of effects, so long as e is somewhere in the list. For example, a computation that only needs access to a mutable value of type Integer would have the following type:

    State Integer :> es => Eff es ()
    

  10. type family (xs :: [Effect]) :>> (es :: [Effect])

    effectful-core Effectful.Internal.Effect

    Deprecated: Usage of (:>>) slows down GHC too much. See https://github.com/haskell-effectful/effectful/issues/52#issuecomment-1269155485 for more information.

Page 29 of many | Previous | Next