Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. class FormatAsHex a

    fmt Fmt.Internal

    No documentation available.

  2. module Fmt.Internal.Formatters

    No documentation available.

  3. newtype Format

    fmt Fmt.Internal.Template

    A format string. This is intentionally incompatible with other string types, to make it difficult to construct a format string by concatenating string fragments (a very common way to accidentally make code vulnerable to malicious data). This type is an instance of IsString, so the easiest way to construct a query is to enable the OverloadedStrings language extension and then simply write the query in double quotes.

    {-# LANGUAGE OverloadedStrings #-}
    
    import Fmt
    
    f :: Format
    f = "hello {}"
    
    The underlying type is Text, so literal Haskell strings that contain Unicode characters will be correctly handled.

  4. Format :: Text -> Format

    fmt Fmt.Internal.Template

    No documentation available.

  5. class FormatType r

    fmt Fmt.Internal.Template

    Something like PrintfType in Text.Printf.

  6. data Format

    gi-cairo GI.Cairo.Enums

    No description available in the introspection data.

  7. FormatA1 :: Format

    gi-cairo GI.Cairo.Enums

    No description available in the introspection data.

  8. FormatA8 :: Format

    gi-cairo GI.Cairo.Enums

    No description available in the introspection data.

  9. FormatArgb32 :: Format

    gi-cairo GI.Cairo.Enums

    No description available in the introspection data.

  10. FormatInvalid :: Format

    gi-cairo GI.Cairo.Enums

    No description available in the introspection data.

Page 272 of many | Previous | Next