Hoogle Search

Within LTS Haskell 24.60 (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 :: (Enum a, Bits w) => a -> T w a

    enumset Data.EnumBitSet

    No documentation available.

  6. fromEnums :: (Enum a, Bits w) => [a] -> T w a

    enumset Data.EnumBitSet

    No documentation available.

  7. intToEnums :: (Enum a, Integral w) => T w a -> [a]

    enumset Data.EnumBitSet

    No documentation available.

  8. toEnums :: (Enum a, Bits w) => T w a -> [a]

    enumset Data.EnumBitSet

    No documentation available.

  9. fromEnum :: (Enum a, Bits w) => a -> MaskedValue w a

    enumset Data.FlagSet

    fromEnum should return an integer that represents the position of the a value in the list of all enumeration items. In contrast to that, fromEnum must return the according bit pattern.

  10. fromEnum_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

Page 142 of many | Previous | Next