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.
-
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.
Permissions :: Bool -> Bool -> Bool -> Permissionsturtle Turtle.Prelude No documentation available.
-
turtle Turtle.Prelude No documentation available.
ProcFailed :: Text -> [Text] -> ExitCode -> ProcFailedturtle Turtle.Prelude No documentation available.
-
webgear-core WebGear.Core.MIMETypes The text/plain MIME type
-
webgear-core WebGear.Core.MIMETypes No documentation available.
-
webgear-core WebGear.Core.Modifiers Modifier used to indicate whether a trait is parsed strictly or leniently.
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 ().
-
webgear-core WebGear.Core.Trait.Auth.Basic Password for basic authentication.
Password :: ByteString -> Passwordwebgear-core WebGear.Core.Trait.Auth.Basic No documentation available.