Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. Permissions :: Bool -> Bool -> Bool -> Permissions

    turtle Turtle.Prelude

    No documentation available.

  2. data ProcFailed

    turtle Turtle.Prelude

    No documentation available.

  3. ProcFailed :: Text -> [Text] -> ExitCode -> ProcFailed

    turtle Turtle.Prelude

    No documentation available.

  4. Pending :: Next a

    unagi-chan Control.Concurrent.Chan.Unagi.NoBlocking

    The next element is not yet in the queue; you can retry tryReadNext until a Next is returned.

  5. Pending :: Next a

    unagi-chan Control.Concurrent.Chan.Unagi.NoBlocking.Unboxed

    The next element is not yet in the queue; you can retry tryReadNext until a Next is returned.

  6. data PlainText

    webgear-core WebGear.Core.MIMETypes

    The text/plain MIME type

  7. PlainText :: PlainText

    webgear-core WebGear.Core.MIMETypes

    No documentation available.

  8. data ParseStyle

    webgear-core WebGear.Core.Modifiers

    Modifier used to indicate whether a trait is parsed strictly or leniently.

  9. type family Prerequisite t (ts :: [Type])

    webgear-core WebGear.Core.Trait

    Indicates the constraints a trait depends upon as a prerequisite. This is used to assert that a trait t can be extracted from a request only if one or more other traits are present in the trait list ts associated with it. If a trait does not depend on other traits this can be set to the empty contraint ().

  10. newtype Password

    webgear-core WebGear.Core.Trait.Auth.Basic

    Password for basic authentication.

Page 653 of many | Previous | Next