ormolu-0.4.0.0: A formatter for Haskell source code
Safe HaskellNone
LanguageHaskell2010

Ormolu.Parser

Description

Parser for Haskell source code.

Synopsis

Documentation

parseModule Source #

Arguments

:: MonadIO m 
=> Config RegionDeltas

Ormolu configuration

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