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. module XMonad.Hooks.ShowWName

    Flash the names of workspaces name when switching to them. This is a reimplementation of XMonad.Layout.ShowWName as a logHook.

  2. ShowTab :: SingleTabMode

    xmonad-contrib XMonad.Layout.DecorationEx.TabbedGeometry

    No documentation available.

  3. ShowMonitor :: MonitorMessage

    xmonad-contrib XMonad.Layout.Monitor

    No documentation available.

  4. ShowMonitorNamed :: String -> MonitorMessage

    xmonad-contrib XMonad.Layout.Monitor

    No documentation available.

  5. module XMonad.Layout.ShowWName

    This is a layout modifier that will show the workspace name

  6. data ShowWName a

    xmonad-contrib XMonad.Layout.ShowWName

    No documentation available.

  7. liftShowList :: Show1 f => (Int -> a -> ShowS) -> ([a] -> ShowS) -> [f a] -> ShowS

    base Data.Functor.Classes

    showList function for an application of the type constructor based on showsPrec and showList functions for the argument type. The default implementation using standard list syntax is correct for most types.

  8. liftShowList2 :: Show2 f => (Int -> a -> ShowS) -> ([a] -> ShowS) -> (Int -> b -> ShowS) -> ([b] -> ShowS) -> [f a b] -> ShowS

    base Data.Functor.Classes

    showList function for an application of the type constructor based on showsPrec and showList functions for the argument types. The default implementation using standard list syntax is correct for most types.

  9. liftShowsPrec :: Show1 f => (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> f a -> ShowS

    base Data.Functor.Classes

    showsPrec function for an application of the type constructor based on showsPrec and showList functions for the argument type.

  10. liftShowsPrec2 :: Show2 f => (Int -> a -> ShowS) -> ([a] -> ShowS) -> (Int -> b -> ShowS) -> ([b] -> ShowS) -> Int -> f a b -> ShowS

    base Data.Functor.Classes

    showsPrec function for an application of the type constructor based on showsPrec and showList functions for the argument types.

Page 222 of many | Previous | Next