Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
haskell-src Language.Haskell.ParseMonad The result of a parse.
module Language.Haskell.
ParseUtils Utilities for the Haskell parser.
module Language.Haskell.
Parser Haskell parser.
ParseFailed :: SrcLoc -> String -> ParseResult ahaskell-src Language.Haskell.Parser The parse failed at the specified source location, with an error message.
-
haskell-src Language.Haskell.Parser Static parameters governing a parse. More to come later, e.g. literate mode, language extensions.
ParseMode :: String -> ParseModehaskell-src Language.Haskell.Parser No documentation available.
-
haskell-src Language.Haskell.Parser The parse succeeded, yielding a value.
-
haskell-src Language.Haskell.Parser The result of a parse.
module Language.Haskell.
Pretty Pretty printer for Haskell.
-
haskell-src Language.Haskell.Pretty Pretty-printing parameters. Note: the onsideIndent must be positive and less than all other indents.