Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
prettyprinter-compat-wl-pprint Text.PrettyPrint.Leijen No documentation available.
-
prettyprinter-compat-wl-pprint Text.PrettyPrint.Leijen No documentation available.
angleBrackets :: (Monoid s, IsString s) => s -> sstring-combinators Data.String.Combinators Wrap a string-like in <...>.
-
wl-pprint Text.PrettyPrint.Leijen The document lbracket contains a left square bracket, "[".
-
wl-pprint Text.PrettyPrint.Leijen The document rbracket contains a right square bracket, "]".
windowBracket :: (a -> Bool) -> X a -> X axmonad-contrib XMonad.Config.Prime Perform an X action and check its return value against a predicate p. If p holds, unwind changes to the WindowSet and replay them using windows.
windowBracket_ :: X Any -> X ()xmonad-contrib XMonad.Config.Prime Perform an X action. If it returns Any True, unwind the changes to the WindowSet and replay them using windows. This is a version of windowBracket that discards the return value and handles an X action that reports its need for refresh via Any.
-
xmonad-contrib XMonad.Config.Prime No documentation available.
-
xmonad-contrib XMonad.Config.Prime No documentation available.
windowBracket' :: XLike m => (a -> Bool) -> m a -> X axmonad-contrib XMonad.Util.PureX A generalisation of windowBracket. Handles refreshing for an action that performs no refresh of its own but can indicate that it needs one through a return value that's tested against the supplied predicate. The action can interleave changes to the WindowSet with IO or changes to the XState.