• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. pattern SDLK_PAGEDOWN :: Keycode

    sdl2 SDL.Raw.Enum

    No documentation available.

  2. pattern SDLK_PAGEUP :: Keycode

    sdl2 SDL.Raw.Enum

    No documentation available.

  3. pattern SDL_SCANCODE_PAGEDOWN :: Scancode

    sdl2 SDL.Raw.Enum

    No documentation available.

  4. pattern SDL_SCANCODE_PAGEUP :: Scancode

    sdl2 SDL.Raw.Enum

    No documentation available.

  5. hScrollPage :: ViewportScroll n -> forall s . () => Direction -> EventM n s ()

    brick Brick.Main

    Scroll the viewport horizontally by one page in the specified direction.

  6. vScrollPage :: ViewportScroll n -> forall s . () => Direction -> EventM n s ()

    brick Brick.Main

    Scroll the viewport vertically by one page in the specified direction.

  7. actionFileBrowserListHalfPageDown :: Ord n => EventM n (FileBrowser n) ()

    brick Brick.Widgets.FileBrowser

    No documentation available.

  8. actionFileBrowserListHalfPageUp :: Ord n => EventM n (FileBrowser n) ()

    brick Brick.Widgets.FileBrowser

    No documentation available.

  9. actionFileBrowserListPageDown :: Ord n => EventM n (FileBrowser n) ()

    brick Brick.Widgets.FileBrowser

    No documentation available.

  10. actionFileBrowserListPageUp :: Ord n => EventM n (FileBrowser n) ()

    brick Brick.Widgets.FileBrowser

    No documentation available.

Page 267 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete