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.

  1. lbracket :: Doc

    prettyprinter-compat-wl-pprint Text.PrettyPrint.Leijen

    No documentation available.

  2. rbracket :: Doc

    prettyprinter-compat-wl-pprint Text.PrettyPrint.Leijen

    No documentation available.

  3. angleBrackets :: (Monoid s, IsString s) => s -> s

    string-combinators Data.String.Combinators

    Wrap a string-like in <...>.

  4. lbracket :: Doc

    wl-pprint Text.PrettyPrint.Leijen

    The document lbracket contains a left square bracket, "[".

  5. rbracket :: Doc

    wl-pprint Text.PrettyPrint.Leijen

    The document rbracket contains a right square bracket, "]".

  6. windowBracket :: (a -> Bool) -> X a -> X a

    xmonad-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.

  7. 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.

  8. xK_bracketleft :: KeySym

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  9. xK_bracketright :: KeySym

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  10. windowBracket' :: XLike m => (a -> Bool) -> m a -> X a

    xmonad-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.

Page 54 of many | Previous | Next