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.
-
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'.
-
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.
NUM_CASH_CURRENCY :: NumberFormatStyletext-icu Data.Text.ICU.Number Currency format with a currency symbol given CASH usage, e.g., "NT$3" instead of "NT$3.23".
NUM_CURRENCY :: NumberFormatStyletext-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.
NUM_CURRENCY_ACCOUNTING :: NumberFormatStyletext-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.
NUM_CURRENCY_ISO :: NumberFormatStyletext-icu Data.Text.ICU.Number Currency format with an ISO currency code, e.g., "USD1.00".
NUM_CURRENCY_PLURAL :: NumberFormatStyletext-icu Data.Text.ICU.Number Currency format with a pluralized currency name, e.g., "1.00 US dollar" and "3.00 US dollars".
NUM_CURRENCY_STANDARD :: NumberFormatStyletext-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.
NUM_DECIMAL :: NumberFormatStyletext-icu Data.Text.ICU.Number Decimal format ("normal" style).
NUM_DECIMAL_COMPACT_LONG :: NumberFormatStyletext-icu Data.Text.ICU.Number Decimal format expressed using compact notation (long form, corresponds to UNumberCompactStyle=UNUM_LONG) e.g. "23 thousand", "45 billion"