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.

  1. data PathException

    path Path.Windows

    Exceptions that can occur during path operations.

  2. type PathParseException = PathException

    path Path.Windows

    Deprecated: Please use PathException instead.

  3. module Text.Show.Pretty

    Functions for human-readable derived Show instances.

  4. data PreProc a

    pretty-show Text.Show.Pretty

    This type is used to allow pre-processing of values before showing them.

  5. PreProc :: (Value -> Value) -> a -> PreProc a

    pretty-show Text.Show.Pretty

    No documentation available.

  6. class PrettyVal a

    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.

  7. data Proxy3 (a :: k) (b :: k1) (c :: k2)

    http-api-data Web.Internal.FormUrlEncoded

    No documentation available.

  8. Proxy3 :: Proxy3 (a :: k) (b :: k1) (c :: k2)

    http-api-data Web.Internal.FormUrlEncoded

    No documentation available.

  9. module Data.Aeson.Encode.Pretty

    Aeson-compatible pretty-printing of JSON Values.

  10. 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.

Page 189 of many | Previous | Next