Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
KEY_kana_closingbracket :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_kana_openingbracket :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_leftanglebracket :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_rightanglebracket :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_topleftsqbracket :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_toprightsqbracket :: Word32gi-gdk3 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.