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. pattern KEY_kana_openingbracket :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  2. pattern KEY_leftanglebracket :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  3. pattern KEY_rightanglebracket :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  4. pattern KEY_topleftsqbracket :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  5. pattern KEY_toprightsqbracket :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  6. lbracket :: Doc a

    wl-pprint-annotated Text.PrettyPrint.Annotated.WL

    The document lbracket contains a left square bracket, "[".

  7. rbracket :: Doc a

    wl-pprint-annotated Text.PrettyPrint.Annotated.WL

    The document rbracket contains a right square bracket, "]".

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

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

    HaTeX Text.LaTeX.Base.Math

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

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

Page 38 of many | Previous | Next