Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. class Show a => PPrint a

    xmonad-contrib XMonad.Config.Dmwit

    No documentation available.

  2. data PPrintable

    xmonad-contrib XMonad.Config.Dmwit

    No documentation available.

  3. pprint :: PPrint a => Int -> a -> String

    xmonad-contrib XMonad.Config.Dmwit

    No documentation available.

  4. ppPrinters :: PP -> WSPP

    xmonad-contrib XMonad.Hooks.DynamicLog

    extend workspace types with custom predicates. Check $predicates for more details.

  5. fallbackPrinters :: WSPP

    xmonad-contrib XMonad.Hooks.StatusBar.PP

    For a PP pp, fallbackPrinters pp returns the default WSPP used to format workspaces: the formatter chosen corresponds to the first matching workspace type, respecting the following precedence: ppUrgent, ppCurrent, ppVisible, ppVisibleNoWindows, ppHidden, ppHiddenNoWindows. This can be useful if one needs to use the default set of formatters and post-process their output. (For pre-processing their input, there's ppRename.)

  6. ppPrinters :: PP -> WSPP

    xmonad-contrib XMonad.Hooks.StatusBar.PP

    extend workspace types with custom predicates. Check $predicates for more details.

Page 461 of many | Previous | Next