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. class GEnum a

    generic-deriving Generics.Deriving.Enum

    No documentation available.

  2. enum' :: forall (a :: k) . Enum' f => [f a]

    generic-deriving Generics.Deriving.Enum

    No documentation available.

  3. fromEnumDefault :: (GEq a, Generic a, Enum' (Rep a)) => a -> Int

    generic-deriving Generics.Deriving.Enum

    No documentation available.

  4. genum :: GEnum a => [a]

    generic-deriving Generics.Deriving.Enum

    No documentation available.

  5. genumDefault :: (Generic a, Enum' (Rep a)) => [a]

    generic-deriving Generics.Deriving.Enum

    No documentation available.

  6. toEnumDefault :: (Generic a, Enum' (Rep a)) => Int -> a

    generic-deriving Generics.Deriving.Enum

    No documentation available.

  7. package ghc-bignum

    GHC BigNum library This package provides the low-level implementation of the standard BigNat, Natural and Integer types.

  8. integerSignum :: Integer -> Integer

    ghc-bignum GHC.Num.Integer

    Return -1, 0, and 1 depending on whether argument is negative, zero, or positive, respectively

  9. integerSignum# :: Integer -> Int#

    ghc-bignum GHC.Num.Integer

    Return -1#, 0#, and 1# depending on whether argument is negative, zero, or positive, respectively

  10. naturalSignum :: Natural -> Natural

    ghc-bignum GHC.Num.Natural

    Signum for Natural

Page 177 of many | Previous | Next