Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. data ParseResult a

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

    The result of a parse.

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

  3. data PragmasAndModuleHead l

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

    No documentation available.

  4. PragmasAndModuleHead :: l -> [ModulePragma l] -> Maybe (ModuleHead l) -> PragmasAndModuleHead l

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

    No documentation available.

  5. data PragmasAndModuleName l

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

    Type intended to be used with Parseable, with instances that implement a non-greedy parse of the module name, including top-level pragmas. This means that a parse error that comes after the module header won't be returned. If the Maybe value is Nothing, then this means that there was no module header.

  6. PragmasAndModuleName :: l -> [ModulePragma l] -> Maybe (ModuleName l) -> PragmasAndModuleName l

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

    No documentation available.

  7. module Language.Haskell.Exts.Pretty

    Pretty printer for Haskell with extensions.

  8. data PPHsMode

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

    Pretty-printing parameters. Note: the onsideIndent must be positive and less than all other indents.

  9. PPHsMode :: Indent -> Indent -> Indent -> Indent -> Indent -> Indent -> Indent -> Bool -> PPLayout -> Bool -> PPHsMode

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

    No documentation available.

  10. PPInLine :: PPLayout

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

    inline decls, with newlines between them

Page 256 of many | Previous | Next