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. NUM_DECIMAL_COMPACT_SHORT :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Decimal format expressed using compact notation (short form, corresponds to UNumberCompactStyle=UNUM_SHORT) e.g. "23K", "45B"

  2. NUM_DEFAULT :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Default format.

  3. NUM_DURATION :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Duration rule-based format.

  4. NUM_FORMAT_STYLE_COUNT :: NumberFormatStyle

    text-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.

  5. NUM_IGNORE :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Alias for NUM_PATTERN_DECIMAL.

  6. NUM_NUMBERING_SYSTEM :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Numbering system rule-based format.

  7. NUM_ORDINAL :: NumberFormatStyle

    text-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.

  8. NUM_PATTERN_DECIMAL :: Text -> NumberFormatStyle

    text-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.

  9. NUM_PATTERN_RULEBASED :: Text -> NumberFormatStyle

    text-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.

  10. NUM_PERCENT :: NumberFormatStyle

    text-icu Data.Text.ICU.Number

    Percent format.

Page 16 of many | Previous | Next