| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Ormolu.Parser
Description
Parser for Haskell source code.
Synopsis
- parseModule :: MonadIO m => Config RegionDeltas -> LazyFixityMap -> FilePath -> String -> m ([Warn], Either (SrcSpan, String) [SourceSnippet])
- manualExts :: [Extension]
Documentation
Arguments
| :: MonadIO m | |
| => Config RegionDeltas | Ormolu configuration |
| -> LazyFixityMap | Fixity map to include in the resulting |
| -> FilePath | File name (only for source location annotations) |
| -> String | Input for parser |
| -> m ([Warn], Either (SrcSpan, String) [SourceSnippet]) |
Parse a complete module from string.
manualExts :: [Extension] Source #
Extensions that are not enabled automatically and should be activated by user.