Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
path Path.Windows Exceptions that can occur during path operations.
type
PathParseException = PathExceptionpath Path.Windows Deprecated: Please use PathException instead.
-
Functions for human-readable derived Show instances.
-
pretty-show Text.Show.Pretty This type is used to allow pre-processing of values before showing them.
PreProc :: (Value -> Value) -> a -> PreProc apretty-show Text.Show.Pretty No documentation available.
-
pretty-show Text.Show.Pretty A class for types that may be reified into a value. Instances of this class may be derived automatically, for datatypes that support Generics.
data
Proxy3 (a :: k) (b :: k1) (c :: k2)http-api-data Web.Internal.FormUrlEncoded No documentation available.
Proxy3 :: Proxy3 (a :: k) (b :: k1) (c :: k2)http-api-data Web.Internal.FormUrlEncoded No documentation available.
module Data.Aeson.Encode.
Pretty Aeson-compatible pretty-printing of JSON Values.
type
PathsAndQueries = ([Text], Query)wai-extra Network.Wai.Middleware.Rewrite A tuple of the path sections as [Text] and query parameters as Query. This makes writing type signatures for the conversion function far more pleasant. Note that this uses Query not QueryText to more accurately reflect the paramaters that can be supplied in URLs. It may be safe to treat parameters as text; use the queryToQueryText and queryTextToQuery functions to interconvert.