Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. pattern KeycodeLeftBracket :: Keycode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  2. pattern KeycodeRightBracket :: Keycode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  3. pattern ScancodeLeftBracket :: Scancode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  4. pattern ScancodeRightBracket :: Scancode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  5. pattern SDLK_LEFTBRACKET :: Keycode

    sdl2 SDL.Raw.Enum

    No documentation available.

  6. pattern SDLK_RIGHTBRACKET :: Keycode

    sdl2 SDL.Raw.Enum

    No documentation available.

  7. pattern SDL_SCANCODE_LEFTBRACKET :: Scancode

    sdl2 SDL.Raw.Enum

    No documentation available.

  8. pattern SDL_SCANCODE_RIGHTBRACKET :: Scancode

    sdl2 SDL.Raw.Enum

    No documentation available.

  9. actionBracket :: IO a -> (a -> IO b) -> (a -> Action c) -> Action c

    shake Development.Shake

    Like bracket, but where the inner operation is of type Action. Usually used as actionBracket alloc free use. The free action will be run masked. The cost of actionBracket is _O(n log n)_ in the number of simultaneous actionBracket calls active in the program.

  10. pragBrackets :: SDoc -> SDoc

    ghc-lib-parser GHC.Hs.Binds

    No documentation available.

Page 32 of many | Previous | Next