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.
pattern
KEY_kana_openingbracket :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_leftanglebracket :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_rightanglebracket :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_topleftsqbracket :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_toprightsqbracket :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
-
wl-pprint-annotated Text.PrettyPrint.Annotated.WL The document lbracket contains a left square bracket, "[".
-
wl-pprint-annotated Text.PrettyPrint.Annotated.WL The document rbracket contains a right square bracket, "]".
-
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..