Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. databaseShow :: C a => T Dimension a

    numeric-prelude Number.SI.Unit

    UnitDatabase.T of units and their common scalings

  2. withShow :: forall p q (tp :: k) a . ShowF f => p f -> q tp -> (Show (f tp) => a) -> a

    parameterized-utils Data.Parameterized.Classes

    Provides a show instance for each type.

  3. structuralShowsPrec :: TypeQ -> ExpQ

    parameterized-utils Data.Parameterized.TH.GADT

    structuralShow tp generates a function with the type tp -> ShowS that shows the constructor.

  4. WindowShownEvent :: WindowShownEventData -> EventPayload

    sdl2 SDL.Event

    No documentation available.

  5. newtype WindowShownEventData

    sdl2 SDL.Event

    A window has been shown.

  6. WindowShownEventData :: Window -> WindowShownEventData

    sdl2 SDL.Event

    No documentation available.

  7. windowShownEventWindow :: WindowShownEventData -> Window

    sdl2 SDL.Event

    The associated Window.

  8. isScreenKeyboardShown :: MonadIO m => Window -> m Bool

    sdl2 SDL.Input.Keyboard

    Check whether the screen keyboard is shown for the given window. See SDL_IsScreenKeyboardShown for C documentation.

  9. pattern SDL_WINDOWEVENT_SHOWN :: (Eq a, Num a) => a

    sdl2 SDL.Raw.Enum

    No documentation available.

  10. pattern SDL_WINDOW_SHOWN :: (Eq a, Num a) => a

    sdl2 SDL.Raw.Enum

    No documentation available.

Page 273 of many | Previous | Next