Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
naturalSignum :: Natural -> Naturalbase GHC.Num No documentation available.
-
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). readNumber :: Num a => (Lexeme -> ReadPrec a) -> ReadPrec abase GHC.Read No documentation available.
integralEnumFrom :: (Integral a, Bounded a) => a -> [a]base GHC.Real No documentation available.
integralEnumFromThen :: (Integral a, Bounded a) => a -> a -> [a]base GHC.Real No documentation available.
integralEnumFromThenTo :: Integral a => a -> a -> a -> [a]base GHC.Real No documentation available.
integralEnumFromTo :: Integral a => a -> a -> [a]base GHC.Real No documentation available.
-
base GHC.Real No documentation available.
DecimalNumber :: GeneralCategorybase GHC.Unicode Nd: Number, Decimal
LetterNumber :: GeneralCategorybase GHC.Unicode Nl: Number, Letter