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.
-
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>
autoAngleBrackets :: LaTeXC l => l -> lHaTeX Text.LaTeX.Base.Math Like autoParens, but with angle brackets <math> ... <math>. Equivalent to autoBrackets langle rangle.
autoBrackets :: LaTeXC l => LaTeX -> LaTeX -> l -> lHaTeX 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..
autoSquareBrackets :: LaTeXC l => l -> lHaTeX Text.LaTeX.Base.Math Like autoParens, but with square brackets. Equivalent to autoBrackets"[""]".
autoAngleBrackets :: LaTeXC l => l -> lHaTeX Text.LaTeX.Packages.AMSMath Like autoParens, but with angle brackets <math> ... <math>. Equivalent to autoBrackets langle rangle.
autoBrackets :: LaTeXC l => LaTeX -> LaTeX -> l -> lHaTeX 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..
autoSquareBrackets :: LaTeXC l => l -> lHaTeX Text.LaTeX.Packages.AMSMath Like autoParens, but with square brackets. Equivalent to autoBrackets"[""]".
c'GLFW_KEY_LEFT_BRACKET :: Num a => abindings-GLFW Bindings.GLFW No documentation available.
c'GLFW_KEY_RIGHT_BRACKET :: Num a => abindings-GLFW Bindings.GLFW No documentation available.
polymorphicBracketExample1 :: (Integer, Bool)bluefin-internal Bluefin.Internal.Examples No documentation available.