Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. consumeRequestBodyLazy :: Request -> IO ByteString

    wai Network.Wai

    Synonym for lazyRequestBody. This function name is meant to signal the non-idempotent nature of lazyRequestBody.

  2. consumeRequestBodyStrict :: Request -> IO ByteString

    wai Network.Wai

    Synonym for strictRequestBody. This function name is meant to signal the non-idempotent nature of strictRequestBody.

  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