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.
consumeRequestBodyLazy :: Request -> IO ByteStringwai Network.Wai Synonym for lazyRequestBody. This function name is meant to signal the non-idempotent nature of lazyRequestBody.
consumeRequestBodyStrict :: Request -> IO ByteStringwai Network.Wai Synonym for strictRequestBody. This function name is meant to signal the non-idempotent nature of strictRequestBody.
ppSummary :: MonadIO m => Summary -> m (Doc Markup)hedgehog Hedgehog.Internal.Report No documentation available.
renderSummary :: MonadIO m => UseColor -> Summary -> m Stringhedgehog Hedgehog.Internal.Report No documentation available.
panicInputNotFullyConsumed :: voidprettyprinter Prettyprinter.Render.Util.Panic Raise a hard error when the »to SimpleDocTree« parser finishes without consuming the full input.
newtype
CopastroSum (p :: Type -> Type -> Type) a bprofunctors Data.Profunctor.Choice CopastroSum -| CotambaraSum CopastroSum freely constructs costrength with respect to Either (aka Choice)
-
profunctors Data.Profunctor.Choice No documentation available.
data
CotambaraSum (q :: Type -> Type -> Type) a bprofunctors Data.Profunctor.Choice CotambaraSum cofreely constructs costrength with respect to Either (aka Choice)
-
profunctors Data.Profunctor.Choice No documentation available.
data
PastroSum (p :: Type -> Type -> Type) a bprofunctors Data.Profunctor.Choice PastroSum -| TambaraSum PastroSum freely constructs strength with respect to Either.