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.
NUM_DECIMAL_COMPACT_SHORT :: NumberFormatStyletext-icu Data.Text.ICU.Number Decimal format expressed using compact notation (short form, corresponds to UNumberCompactStyle=UNUM_SHORT) e.g. "23K", "45B"
NUM_DEFAULT :: NumberFormatStyletext-icu Data.Text.ICU.Number Default format.
NUM_DURATION :: NumberFormatStyletext-icu Data.Text.ICU.Number Duration rule-based format.
NUM_FORMAT_STYLE_COUNT :: NumberFormatStyletext-icu Data.Text.ICU.Number One more than the highest normal UNumberFormatStyle value. Deprecated: ICU 58 The numeric value may change over time, see ICU ticket #12420.
NUM_IGNORE :: NumberFormatStyletext-icu Data.Text.ICU.Number Alias for NUM_PATTERN_DECIMAL.
NUM_NUMBERING_SYSTEM :: NumberFormatStyletext-icu Data.Text.ICU.Number Numbering system rule-based format.
NUM_ORDINAL :: NumberFormatStyletext-icu Data.Text.ICU.Number Ordinal rule-based format. The default ruleset can be specified/changed using unum_setTextAttribute with UNUM_DEFAULT_RULESET; the available public rulesets can be listed using unum_getTextAttribute with UNUM_PUBLIC_RULESETS.
NUM_PATTERN_DECIMAL :: Text -> NumberFormatStyletext-icu Data.Text.ICU.Number Decimal format defined by a pattern string. See the section "Patterns" at https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classDecimalFormat.html#Patterns for further details regarding pattern strings.
NUM_PATTERN_RULEBASED :: Text -> NumberFormatStyletext-icu Data.Text.ICU.Number Rule-based format defined by a pattern string. See the section "Patterns" at https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classDecimalFormat.html#Patterns for further details regarding pattern strings.
NUM_PERCENT :: NumberFormatStyletext-icu Data.Text.ICU.Number Percent format.