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. showKmSimple :: [((KeyMask, KeySym), NamedAction)] -> [[Char]]

    xmonad-contrib XMonad.Util.NamedActions

    No documentation available.

  2. showSimpleWindow :: WindowConfig -> [String] -> X Window

    xmonad-contrib XMonad.Util.XUtils

    Create a window, then fill and show it with the given text. If you are looking for a version of this function that also takes care of destroying the window, refer to withSimpleWindow.

  3. showWindow :: Window -> X ()

    xmonad-contrib XMonad.Util.XUtils

    Map a window

  4. showWindows :: [Window] -> X ()

    xmonad-contrib XMonad.Util.XUtils

    the list version

  5. shownTos :: View -> IORef Point

    yi-frontend-pango Yi.Frontend.Pango.Control

    No documentation available.

  6. showSVG :: Double -> Double -> [(Id, SVG)] -> String

    yjsvg Text.XML.YJSVG

    No documentation available.

  7. type ShowS = String -> String

    base Prelude

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  8. type ShowS = String -> String

    base Text.Show

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  9. type ShowS = String -> String

    base GHC.Show

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  10. ShowType :: t -> ErrorMessage

    base GHC.TypeError

    Pretty print the type. ShowType :: k -> ErrorMessage

Page 190 of many | Previous | Next