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.

  1. fromEnum :: Enum a => a -> Int

    basement Basement.Compat.Base

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  2. toEnum :: Enum a => Int -> a

    basement Basement.Compat.Base

    Convert from an Int.

  3. fromEnum :: Enum a => a -> Int

    basement Basement.Imports

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  4. toEnum :: Enum a => Int -> a

    basement Basement.Imports

    Convert from an Int.

  5. intMapToEnumMap :: IntMap a -> EnumMap k a

    enummapset Data.EnumMap.Lazy

    Wrap IntMap.

  6. intMapToEnumMap :: IntMap a -> EnumMap k a

    enummapset Data.EnumMap.Strict

    Wrap IntMap.

  7. intSetToEnumSet :: IntSet -> EnumSet k

    enummapset Data.EnumSet

    Wrap IntSet.

  8. tagToEnum# :: Int# -> a

    ghc-internal GHC.Internal.Base

    No documentation available.

  9. fromEnum :: Enum a => a -> Int

    ghc-internal GHC.Internal.Data.Enum

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  10. toEnum :: Enum a => Int -> a

    ghc-internal GHC.Internal.Data.Enum

    Convert from an Int.

Page 131 of many | Previous | Next