Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

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

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

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

    classy-prelude ClassyPrelude

    Convert from an Int.

  4. KeySizeEnum :: [Int] -> KeySizeSpecifier

    crypto-cipher-types Crypto.Cipher.Types

    one of the specified values

  5. fromEnum_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  6. gHC_INTERNAL_ENUM :: Module

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  7. toEnumError_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. toEnum_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  9. TagToEnumOp :: PrimOp

    ghc-lib-parser GHC.Builtin.PrimOps

    No documentation available.

  10. tagToEnumKey :: Unique

    ghc-lib-parser GHC.Builtin.PrimOps

    No documentation available.

Page 142 of many | Previous | Next