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. type ViewMoveToMatchingBracketCallback = Bool -> IO ()

    gi-gtksource5 GI.GtkSource.Objects.View

    Keybinding signal to move the cursor to the matching bracket.

  2. afterViewMoveToMatchingBracket :: (IsView a, MonadIO m) => a -> ((?self :: a) => ViewMoveToMatchingBracketCallback) -> m SignalHandlerId

    gi-gtksource5 GI.GtkSource.Objects.View

    Connect a signal handler for the moveToMatchingBracket signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after view #moveToMatchingBracket callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  3. onViewMoveToMatchingBracket :: (IsView a, MonadIO m) => a -> ((?self :: a) => ViewMoveToMatchingBracketCallback) -> m SignalHandlerId

    gi-gtksource5 GI.GtkSource.Objects.View

    Connect a signal handler for the moveToMatchingBracket signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on view #moveToMatchingBracket callback
    

  4. appsBracket :: (Data l, Default l) => [Exp l] -> Exp l

    haskell-src-exts-util Language.Haskell.Exts.Util

    No documentation available.

  5. needBracket :: Brackets a => Int -> a -> a -> Bool

    haskell-src-exts-util Language.Haskell.Exts.Util

    Is the child safe free from brackets in the parent position. Err on the side of caution, True = don't know

  6. rebracket1 :: (Data l, Default l) => Exp l -> Exp l

    haskell-src-exts-util Language.Haskell.Exts.Util

    Add/remove brackets as suggested needBracket at 1-level of depth

  7. transformBracket :: (Data l, Default l) => (Exp l -> Maybe (Exp l)) -> Exp l -> Exp l

    haskell-src-exts-util Language.Haskell.Exts.Util

    No documentation available.

  8. bibout_brackets :: FormatOpt

    hs-bibutils Text.Bibutils

    No documentation available.

  9. codBracketDot :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  10. codBracketError :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

Page 52 of many | Previous | Next