Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. numberFormatter :: NumberFormatStyle -> LocaleName -> NumberFormat

    text-icu Data.Text.ICU.Number

    Create and return a new NumberFormat for formatting and parsing numbers. A NumberFormat may be used to format numbers by calling unum_format, and to parse numbers by calling unum_parse. The caller must call unum_close when done to release resources used by this object.

  2. module Data.Text.ICU.NumberFormatter

    Number formatter implemented as bindings to the International Components for Unicode (ICU) libraries.

  3. data NumberFormatter

    text-icu Data.Text.ICU.NumberFormatter

    No documentation available.

  4. numberFormatter :: Text -> LocaleName -> IO NumberFormatter

    text-icu Data.Text.ICU.NumberFormatter

    Create a new NumberFormatter. See https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html for how to specify the number skeletons. And use availableLocales in order to find the allowed locale names. These usuallly look like "en", "de", "de_AT" etc. See formatIntegral and formatDouble for some examples.

  5. MalformedFragment :: URIParseError

    uri-bytestring URI.ByteString

    No documentation available.

  6. MalformedHost :: URIParseError

    uri-bytestring URI.ByteString

    No documentation available.

  7. MalformedPath :: URIParseError

    uri-bytestring URI.ByteString

    No documentation available.

  8. MalformedPort :: URIParseError

    uri-bytestring URI.ByteString

    No documentation available.

  9. MalformedQuery :: URIParseError

    uri-bytestring URI.ByteString

    No documentation available.

  10. MalformedScheme :: SchemaError -> URIParseError

    uri-bytestring URI.ByteString

    No documentation available.

Page 611 of many | Previous | Next