Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. pattern KeyCtrlLsqBracket :: Key

    termbox Termbox

    No documentation available.

  2. KeyCtrlRsqBracket :: Key

    termbox Termbox

    Also KeyCtrl5

  3. xK_bracketleft :: KeySym

    xmonad XMonad

    No documentation available.

  4. xK_bracketright :: KeySym

    xmonad XMonad

    No documentation available.

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

    xmonad XMonad.Operations

    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.

  6. windowBracket_ :: X Any -> X ()

    xmonad XMonad.Operations

    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.

  7. IdiomBracketError_ :: ErrorName

    Agda Agda.Interaction.Options.Errors

    No documentation available.

  8. IdiomBrackets :: Range -> [Expr] -> Expr

    Agda Agda.Syntax.Concrete

    ex: (| e1 | e2 | .. | en |) or (|)

  9. appBrackets :: PrecedenceStack -> Bool

    Agda Agda.Syntax.Fixity

    Does a function application need brackets?

  10. appBrackets' :: Bool -> PrecedenceStack -> Bool

    Agda Agda.Syntax.Fixity

    Does a function application need brackets?

Page 42 of many | Previous | Next