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

    numeric-prelude NumericPrelude

    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

    numeric-prelude NumericPrelude

    Convert from an Int.

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

    numeric-prelude NumericPrelude.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.

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

    numeric-prelude NumericPrelude.Base

    Convert from an Int.

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

    numhask NumHask.Prelude

    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

    numhask NumHask.Prelude

    Convert from an Int.

  7. pattern KeycodeNumLockClear :: Keycode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  8. pattern ScancodeNumLockClear :: Scancode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  9. masksToPixelFormatEnum :: MonadIO m => CInt -> Word32 -> Word32 -> Word32 -> Word32 -> m Word32

    sdl2 SDL.Raw.Video

    No documentation available.

  10. pixelFormatEnumToMasks :: MonadIO m => Word32 -> Ptr CInt -> Ptr Word32 -> Ptr Word32 -> Ptr Word32 -> Ptr Word32 -> m Bool

    sdl2 SDL.Raw.Video

    No documentation available.

Page 140 of many | Previous | Next