Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. numberOfB :: TextUnit -> TextUnit -> BufferM Int

    yi-core Yi.Buffer.Normal

    No documentation available.

  2. numberOfB :: TextUnit -> TextUnit -> BufferM Int

    yi-core Yi.Buffer.TextUnit

    No documentation available.

  3. numberOfB :: TextUnit -> TextUnit -> BufferM Int

    yi-core Yi.Config.Simple

    No documentation available.

  4. numberStyle :: UIStyle -> Style

    yi-language Yi.Style

    numbers

  5. numUnit :: Text -> Maybe (Double, Text)

    pandoc Text.Pandoc.ImageSize

    Maybe split a string into a leading number and trailing unit, e.g. "3cm" to Just (3.0, "cm")

  6. numberLines :: FormatOptions -> !Bool

    skylighting-core Skylighting.Types

    Number lines

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

    text-icu Data.Text.ICU

    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.

  8. numericValue :: Char -> Maybe Double

    text-icu Data.Text.ICU.Char

    Return the numeric value for a Unicode codepoint as defined in the Unicode Character Database. A Double return type is necessary because some numeric values are fractions, negative, or too large to fit in a fixed-width integral type.

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

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

Page 72 of many | Previous | Next