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. debugBracket :: (HasCallStack, HasTerm env, MonadReader env m, MonadIO m, MonadUnliftIO m) => StyleDoc -> m a -> m a

    rio-prettyprint RIO.PrettyPrint

    debug message action brackets any output of the specified action with an initial and final message at log level LevelDebug. The initial message is prefixed with the label Start:. The final message is prefixed with information about the duration of the action in milliseconds (ms) and, if an exception is thrown by the action, the exception. For example:

    Start: <message>
    <output of action>
    Finished in ...ms: <message>
    
    or:
    Start: <message>
    <output of action>
    Finished with exception in ...ms: <message>
    Exception thrown: <exception_message>
    

  2. autoAngleBrackets :: LaTeXC l => l -> l

    HaTeX Text.LaTeX.Base.Math

    Like autoParens, but with angle brackets <math> ... <math>. Equivalent to autoBrackets langle rangle.

  3. autoBrackets :: LaTeXC l => LaTeX -> LaTeX -> l -> l

    HaTeX Text.LaTeX.Base.Math

    Use custom LaTeX expressions as auto-scaled delimiters to surround math. Suitable delimiters include <math> (absolute value), <math> (norm, dblPipe), <math> (round-off Gauss brackets, lfloor / rfloor) etc..

  4. autoSquareBrackets :: LaTeXC l => l -> l

    HaTeX Text.LaTeX.Base.Math

    Like autoParens, but with square brackets. Equivalent to autoBrackets"[""]".

  5. autoAngleBrackets :: LaTeXC l => l -> l

    HaTeX Text.LaTeX.Packages.AMSMath

    Like autoParens, but with angle brackets <math> ... <math>. Equivalent to autoBrackets langle rangle.

  6. autoBrackets :: LaTeXC l => LaTeX -> LaTeX -> l -> l

    HaTeX Text.LaTeX.Packages.AMSMath

    Use custom LaTeX expressions as auto-scaled delimiters to surround math. Suitable delimiters include <math> (absolute value), <math> (norm, dblPipe), <math> (round-off Gauss brackets, lfloor / rfloor) etc..

  7. autoSquareBrackets :: LaTeXC l => l -> l

    HaTeX Text.LaTeX.Packages.AMSMath

    Like autoParens, but with square brackets. Equivalent to autoBrackets"[""]".

  8. c'GLFW_KEY_LEFT_BRACKET :: Num a => a

    bindings-GLFW Bindings.GLFW

    No documentation available.

  9. c'GLFW_KEY_RIGHT_BRACKET :: Num a => a

    bindings-GLFW Bindings.GLFW

    No documentation available.

  10. polymorphicBracketExample1 :: (Integer, Bool)

    bluefin-internal Bluefin.Internal.Examples

    No documentation available.

Page 39 of many | Previous | Next