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. data Permissions

    turtle Turtle.Prelude

    This type is the same as System.Directory.Permissions type except combining the executable and searchable fields into a single executable field for consistency with the Unix chmod. This simplification is still entirely consistent with the behavior of System.Directory, which treats the two fields as interchangeable.

  2. Permissions :: Bool -> Bool -> Bool -> Permissions

    turtle Turtle.Prelude

    No documentation available.

  3. data ProcFailed

    turtle Turtle.Prelude

    No documentation available.

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

    turtle Turtle.Prelude

    No documentation available.

  5. data PlainText

    webgear-core WebGear.Core.MIMETypes

    The text/plain MIME type

  6. PlainText :: PlainText

    webgear-core WebGear.Core.MIMETypes

    No documentation available.

  7. data ParseStyle

    webgear-core WebGear.Core.Modifiers

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

  8. 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 ().

  9. newtype Password

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

    Password for basic authentication.

  10. Password :: ByteString -> Password

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

    No documentation available.

Page 651 of many | Previous | Next