| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Ormolu.Fixity.Parser
Description
Parser for fixity maps.
Synopsis
- parseFixityMap :: FilePath -> Text -> Either (ParseErrorBundle Text Void) FixityMap
- parseFixityDeclaration :: Text -> Either (ParseErrorBundle Text Void) [(String, FixityInfo)]
Documentation
Arguments
| :: FilePath | Location of the file we are parsing (only for parse errors) |
| -> Text | File contents to parse |
| -> Either (ParseErrorBundle Text Void) FixityMap | Parse result |
Parse textual representation of a FixityMap.
parseFixityDeclaration Source #
Arguments
| :: Text | Expression to parse |
| -> Either (ParseErrorBundle Text Void) [(String, FixityInfo)] | Parse result |
Parse a single self-contained fixity declaration.