Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. integerSignum# :: Integer -> Int#

    base GHC.Num

    No documentation available.

  2. naturalSignum :: Natural -> Natural

    base GHC.Num

    No documentation available.

  3. signum :: Num a => a -> a

    base GHC.Num

    Sign of a number. The functions abs and signum should satisfy the law:

    abs x * signum x == x
    
    For real numbers, the signum is either -1 (negative), 0 (zero) or 1 (positive).

  4. readNumber :: Num a => (Lexeme -> ReadPrec a) -> ReadPrec a

    base GHC.Read

    No documentation available.

  5. integralEnumFrom :: (Integral a, Bounded a) => a -> [a]

    base GHC.Real

    No documentation available.

  6. integralEnumFromThen :: (Integral a, Bounded a) => a -> a -> [a]

    base GHC.Real

    No documentation available.

  7. integralEnumFromThenTo :: Integral a => a -> a -> a -> [a]

    base GHC.Real

    No documentation available.

  8. integralEnumFromTo :: Integral a => a -> a -> [a]

    base GHC.Real

    No documentation available.

  9. notANumber :: Rational

    base GHC.Real

    No documentation available.

  10. DecimalNumber :: GeneralCategory

    base GHC.Unicode

    Nd: Number, Decimal

Page 144 of many | Previous | Next