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. xK_bracketright :: KeySym

    xmonad XMonad

    No documentation available.

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

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

  4. IdiomBracketError_ :: ErrorName

    Agda Agda.Interaction.Options.Errors

    No documentation available.

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

    Agda Agda.Syntax.Concrete

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

  6. appBrackets :: PrecedenceStack -> Bool

    Agda Agda.Syntax.Fixity

    Does a function application need brackets?

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

    Agda Agda.Syntax.Fixity

    Does a function application need brackets?

  8. lamBrackets :: PrecedenceStack -> Bool

    Agda Agda.Syntax.Fixity

    Does a lambda-like thing (lambda, let or pi) need brackets in the given context? A peculiar thing with lambdas is that they don't need brackets in certain right operand contexts. To decide we need to look at the stack of precedences and not just the current precedence. Example: m₁ >>= (λ x → x) >>= m₂ (for _>>=_ left associative).

  9. opBrackets :: Fixity -> PrecedenceStack -> Bool

    Agda Agda.Syntax.Fixity

    Do we need to bracket an operator application of the given fixity in a context with the given precedence.

  10. opBrackets' :: Bool -> Fixity -> PrecedenceStack -> Bool

    Agda Agda.Syntax.Fixity

    Do we need to bracket an operator application of the given fixity in a context with the given precedence.

Page 42 of many | Previous | Next