Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

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

    enummapset Data.EnumMap.Lazy

    Wrap IntMap.

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

    enummapset Data.EnumMap.Strict

    Wrap IntMap.

  3. intSetToEnumSet :: IntSet -> EnumSet k

    enummapset Data.EnumSet

    Wrap IntSet.

  4. tagToEnum# :: Int# -> a

    ghc-internal GHC.Internal.Base

    No documentation available.

  5. 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.

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

    ghc-internal GHC.Internal.Data.Enum

    Convert from an Int.

  7. boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]

    ghc-internal GHC.Internal.Enum

    No documentation available.

  8. boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]

    ghc-internal GHC.Internal.Enum

    No documentation available.

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

    ghc-internal GHC.Internal.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. fromEnumError :: Show a => String -> a -> b

    ghc-internal GHC.Internal.Enum

    No documentation available.

Page 131 of many | Previous | Next