Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ParArrayLeftSquare :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  2. ParArrayRightSquare :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  3. PragmaEnd :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  4. module Language.Haskell.Exts.Parser

    Annotated parser for Haskell with extensions.

  5. ParseFailed :: SrcLoc -> String -> ParseResult a

    haskell-src-exts Language.Haskell.Exts.Parser

    The parse failed at the specified source location, with an error message.

  6. data ParseMode

    haskell-src-exts Language.Haskell.Exts.Parser

    Static parameters governing a parse. Note that the various parse functions in Language.Haskell.Exts.Parser never look at LANGUAGE pragmas, regardless of what the ignoreLanguagePragmas flag is set to. Only the various parseFile functions in Language.Haskell.Exts will act on it, when set to False.

  7. ParseMode :: String -> Language -> [Extension] -> Bool -> Bool -> Maybe [Fixity] -> Bool -> ParseMode

    haskell-src-exts Language.Haskell.Exts.Parser

    No documentation available.

  8. ParseOk :: a -> ParseResult a

    haskell-src-exts Language.Haskell.Exts.Parser

    The parse succeeded, yielding a value.

  9. data ParseResult a

    haskell-src-exts Language.Haskell.Exts.Parser

    The result of a parse.

  10. class Parseable ast

    haskell-src-exts Language.Haskell.Exts.Parser

    Class providing function for parsing at many different types. Note that for convenience of implementation, the default methods have definitions equivalent to undefined. The minimal definition is all of the visible methods.

Page 255 of many | Previous | Next