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. toPosEnum :: (C a, Enum a) => T -> a

    numeric-prelude Number.Peano

    No documentation available.

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

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

    numeric-prelude NumericPrelude

    Convert from an Int.

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

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

    numeric-prelude NumericPrelude.Base

    Convert from an Int.

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

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

    numhask NumHask.Prelude

    Convert from an Int.

  8. pattern KeycodeNumLockClear :: Keycode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  9. pattern ScancodeNumLockClear :: Scancode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

Page 139 of many | Previous | Next