Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. number :: Applicative f => (Number -> f Number) -> Value a -> f (Value a)

    config-value Config.Lens

    Traversal for the Number contained inside the given Value.

  2. numberCoefficient :: Number -> !Rational

    config-value Config.Number

    No documentation available.

  3. numberRadix :: Number -> !Radix

    config-value Config.Number

    No documentation available.

  4. numberToInteger :: Number -> Maybe Integer

    config-value Config.Number

    Convert a number to a Integer. Warning: This can use a lot of memory in the case of very large exponent parts.

  5. numberToRational :: Number -> Rational

    config-value Config.Number

    Convert a number to a Rational. Warning: This can use a lot of memory in the case of very large exponent parts.

  6. number :: (PositionalSystem s, Num α, Monad μ, CharParsing μ) => s -> μ α

    data-textual Data.Textual.Integral

    A shorthand for number' optMinus.

  7. number' :: (PositionalSystem s, Num α, Monad μ, CharParsing μ) => μ Sign -> s -> μ α

    data-textual Data.Textual.Integral

    Parse a number written in the specified positional numeral system. The supplied parser is used to determine the sign of the number.

  8. numberUpTo :: (PositionalSystem s, Num α, Monad μ, CharParsing μ) => s -> Int -> μ α

    data-textual Data.Textual.Integral

    A shorthand for numberUpTo' optMinus.

  9. numberUpTo' :: (PositionalSystem s, Num α, Monad μ, CharParsing μ) => μ Sign -> s -> Int -> μ α

    data-textual Data.Textual.Integral

    Parse a number written in the specified positional numeral system (up to n digits). The supplied parser is used to determine the sign of the number.

  10. numBlks :: Integral t => t -> t -> t

    flat Flat.Encoder.Size

    No documentation available.

Page 89 of many | Previous | Next