Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. brConsume :: BodyReader -> IO [ByteString]

    http-client Network.HTTP.Client

    Strictly consume all remaining chunks of data from the stream. Since 0.1.0

  2. brConsume :: BodyReader -> IO [ByteString]

    http-client Network.HTTP.Client.Internal

    Strictly consume all remaining chunks of data from the stream. Since 0.1.0

  3. ppSummary :: MonadIO m => Summary -> m (Doc Markup)

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  4. renderSummary :: MonadIO m => UseColor -> Summary -> m String

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  5. panicInputNotFullyConsumed :: void

    prettyprinter Prettyprinter.Render.Util.Panic

    Raise a hard error when the »to SimpleDocTree« parser finishes without consuming the full input.

  6. newtype CopastroSum (p :: Type -> Type -> Type) a b

    profunctors Data.Profunctor.Choice

    CopastroSum -| CotambaraSum CopastroSum freely constructs costrength with respect to Either (aka Choice)

  7. CopastroSum :: (forall (r :: Type -> Type -> Type) . Cochoice r => (forall x y . () => p x y -> r x y) -> r a b) -> CopastroSum (p :: Type -> Type -> Type) a b

    profunctors Data.Profunctor.Choice

    No documentation available.

  8. data CotambaraSum (q :: Type -> Type -> Type) a b

    profunctors Data.Profunctor.Choice

    CotambaraSum cofreely constructs costrength with respect to Either (aka Choice)

  9. CotambaraSum :: forall (r :: Type -> Type -> Type) (q :: Type -> Type -> Type) a b . Cochoice r => (r :-> q) -> r a b -> CotambaraSum q a b

    profunctors Data.Profunctor.Choice

    No documentation available.

  10. data PastroSum (p :: Type -> Type -> Type) a b

    profunctors Data.Profunctor.Choice

    PastroSum -| TambaraSum PastroSum freely constructs strength with respect to Either.

Page 84 of many | Previous | Next