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. toEnum :: Enum a => Int -> a

    basic-prelude CorePrelude

    Convert from an Int.

  2. package c-enum

    To make a type corresponding to an enum of C language Please see the README on GitHub at https://github.com/YoshikuniJujo/c-enum#readme

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

    classy-prelude ClassyPrelude

    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

    classy-prelude ClassyPrelude

    Convert from an Int.

  5. KeySizeEnum :: [Int] -> KeySizeSpecifier

    crypto-cipher-types Crypto.Cipher.Types

    one of the specified values

  6. fromEnum_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  7. gHC_INTERNAL_ENUM :: Module

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. toEnumError_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  9. toEnum_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  10. TagToEnumOp :: PrimOp

    ghc-lib-parser GHC.Builtin.PrimOps

    No documentation available.

Page 141 of many | Previous | Next