Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. Numeric :: Bool -> Attribute

    text-icu Data.Text.ICU.Collate

    When enabled, this attribute generates a collation key for the numeric value of substrings of digits. This is a way to get '100' to sort after '2'.

  2. module Data.Text.ICU.Number

    New users with are strongly encouraged to see if Data.Text.ICU.NumberFormatter fits their use case. Although not deprecated, this header is provided for backwards compatibility only.

  3. NUM_CASH_CURRENCY :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Currency format with a currency symbol given CASH usage, e.g., "NT$3" instead of "NT$3.23".

  4. NUM_CURRENCY :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Currency format (generic). Defaults to UNUM_CURRENCY_STANDARD style (using currency symbol, e.g., "$1.00", with non-accounting style for negative values e.g. using minus sign). The specific style may be specified using the -cf- locale key.

  5. NUM_CURRENCY_ACCOUNTING :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Currency format for accounting, e.g., "($3.00)" for negative currency amount instead of "-$3.00" (UNUM_CURRENCY). Overrides any style specified using -cf- key in locale.

  6. NUM_CURRENCY_ISO :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Currency format with an ISO currency code, e.g., "USD1.00".

  7. NUM_CURRENCY_PLURAL :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Currency format with a pluralized currency name, e.g., "1.00 US dollar" and "3.00 US dollars".

  8. NUM_CURRENCY_STANDARD :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Currency format with a currency symbol, e.g., "$1.00", using non-accounting style for negative values (e.g. minus sign). Overrides any style specified using -cf- key in locale.

  9. NUM_DECIMAL :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Decimal format ("normal" style).

  10. NUM_DECIMAL_COMPACT_LONG :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Decimal format expressed using compact notation (long form, corresponds to UNumberCompactStyle=UNUM_LONG) e.g. "23 thousand", "45 billion"

Page 15 of many | Previous | Next