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.
-
generic-deriving Generics.Deriving.Enum No documentation available.
enum' :: forall (a :: k) . Enum' f => [f a]generic-deriving Generics.Deriving.Enum No documentation available.
fromEnumDefault :: (GEq a, Generic a, Enum' (Rep a)) => a -> Intgeneric-deriving Generics.Deriving.Enum No documentation available.
-
generic-deriving Generics.Deriving.Enum No documentation available.
genumDefault :: (Generic a, Enum' (Rep a)) => [a]generic-deriving Generics.Deriving.Enum No documentation available.
toEnumDefault :: (Generic a, Enum' (Rep a)) => Int -> ageneric-deriving Generics.Deriving.Enum No documentation available.
-
GHC BigNum library This package provides the low-level implementation of the standard BigNat, Natural and Integer types.
integerSignum :: Integer -> Integerghc-bignum GHC.Num.Integer Return -1, 0, and 1 depending on whether argument is negative, zero, or positive, respectively
integerSignum# :: Integer -> Int#ghc-bignum GHC.Num.Integer Return -1#, 0#, and 1# depending on whether argument is negative, zero, or positive, respectively
naturalSignum :: Natural -> Naturalghc-bignum GHC.Num.Natural Signum for Natural