 | haskell-src-exts-1.3.5: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer | Source code | Contents | Index |
|
Language.Haskell.Exts.Annotated | |
|
|
|
|
Description |
An umbrella module for the various functionality
of the package. Also provides some convenient
functionality for dealing directly with source files.
|
|
Synopsis |
|
|
|
|
Re-exported modules
|
|
module Language.Haskell.Exts.Annotated.Syntax |
|
module Language.Haskell.Exts.Annotated.Build |
|
module Language.Haskell.Exts.Parser |
|
module Language.Haskell.Exts.Pretty |
|
module Language.Haskell.Exts.Annotated.Fixity |
|
module Language.Haskell.Exts.Annotated.ExactPrint |
|
module Language.Haskell.Exts.SrcLoc |
|
module Language.Haskell.Exts.Comments |
|
module Language.Haskell.Exts.Extension |
|
Parsing of Haskell source files
|
|
|
Parse a source file on disk, using the default parse mode.
|
|
|
Parse a source file on disk, supplying a custom parse mode.
|
|
|
Parse a source file on disk, with an extra set of extensions to know about
on top of what the file itself declares.
|
|
|
|
|
Parse a source file from a string using the default parse mode.
|
|
|
Parse a source file from a string using a custom parse mode.
|
|
|
Parse a source file from a string, with an extra set of extensions to know about
on top of what the file itself declares.
|
|
|
|
Parsing of Haskell source elements,
|
|
|
Parse of a string, which should contain a complete Haskell module.
|
|
|
Parse of a string containing a complete Haskell module, using an explicit mode.
|
|
|
Parse of a string containing a complete Haskell module, using an explicit mode, retaining comments.
|
|
|
Parse of a string containing a Haskell expression.
|
|
|
Parse of a string containing a Haskell expression, using an explicit mode.
|
|
|
Parse of a string containing a complete Haskell module, using an explicit mode, retaining comments.
|
|
|
Parse of a string containing a Haskell statement.
|
|
|
Parse of a string containing a Haskell type, using an explicit mode.
|
|
|
Parse of a string containing a complete Haskell module, using an explicit mode, retaining comments.
|
|
|
Parse of a string containing a Haskell pattern.
|
|
|
Parse of a string containing a Haskell pattern, using an explicit mode.
|
|
|
Parse of a string containing a complete Haskell module, using an explicit mode, retaining comments.
|
|
|
Parse of a string containing a Haskell top-level declaration.
|
|
|
Parse of a string containing a Haskell top-level declaration, using an explicit mode.
|
|
|
Parse of a string containing a complete Haskell module, using an explicit mode, retaining comments.
|
|
|
Parse of a string containing a Haskell type.
|
|
|
Parse of a string containing a Haskell type, using an explicit mode.
|
|
|
Parse of a string containing a complete Haskell module, using an explicit mode, retaining comments.
|
|
Read extensions declared in LANGUAGE pragmas
|
|
|
Gather the extensions declared in LANGUAGE pragmas
at the top of the file. Returns Nothing if the
parse of the pragmas fails.
|
|
Produced by Haddock version 2.6.0 |