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. lbracket :: Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text

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

  2. rbracket :: Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text

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

  3. lbracket :: Applicative m => m Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic

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

  4. rbracket :: Applicative m => m Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic

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

  5. Key'LeftBracket :: Key

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  6. Key'RightBracket :: Key

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  7. defaultBracketedSpecs :: IsInline il => [BracketedSpec il]

    commonmark Commonmark.Inlines

    No documentation available.

  8. processBrackets :: IsInline a => [BracketedSpec a] -> ReferenceMap -> [Chunk a] -> Map Text SourcePos -> Either (DState a) [Chunk a]

    commonmark Commonmark.Inlines

    Process square brackets: links, images, and the span extension. DState tracks the current position and backtracking limits. If this function succeeds, returning Right, it will return a list of chunks, now annotated with bracket information. If this function fails, it will return `Left DState`. This can happen if a chunk straddles a link destination, like this link text looks like code` ^-----------------^ To recover, the caller must re-Chunk everything after the end paren. The bottoms parameter, in particular, is DState's stackBottoms, and is used to prevent things before the paren from being re-parsed.

  9. syntaxBracketedSpecs :: SyntaxSpec (m :: Type -> Type) il bl -> [BracketedSpec il]

    commonmark Commonmark.Syntax

    Defines bracketed inline containers (inli, image)

  10. _closeBracket :: Parser ()

    dhall Dhall.Parser.Token

    Parse the ] symbol

Page 35 of many | Previous | Next