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.
-
haskell-src-exts Language.Haskell.Exts.Parser The result of a parse.
-
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.
-
haskell-src-exts Language.Haskell.Exts.Parser No documentation available.
PragmasAndModuleHead :: l -> [ModulePragma l] -> Maybe (ModuleHead l) -> PragmasAndModuleHead lhaskell-src-exts Language.Haskell.Exts.Parser No documentation available.
-
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.
PragmasAndModuleName :: l -> [ModulePragma l] -> Maybe (ModuleName l) -> PragmasAndModuleName lhaskell-src-exts Language.Haskell.Exts.Parser No documentation available.
module Language.Haskell.Exts.
Pretty Pretty printer for Haskell with extensions.
-
haskell-src-exts Language.Haskell.Exts.Pretty Pretty-printing parameters. Note: the onsideIndent must be positive and less than all other indents.
-
haskell-src-exts Language.Haskell.Exts.Pretty No documentation available.
-
haskell-src-exts Language.Haskell.Exts.Pretty inline decls, with newlines between them