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. readEnum :: MessageEnum a => String -> Maybe a

    proto-lens Data.ProtoLens.Message

    Convert the given String to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.

  2. showEnum :: MessageEnum a => a -> String

    proto-lens Data.ProtoLens.Message

    Get the name of this enum as defined in the .proto file. Used for the human-readable output in Data.ProtoLens.TextFormat.

  3. messageEnumFrom :: (Enum a, Bounded a) => a -> [a]

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

  4. messageEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

  5. messageEnumFromThenTo :: Enum a => a -> a -> a -> [a]

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

  6. messageEnumFromTo :: Enum a => a -> a -> [a]

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

  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