|
| Moltap.Base.Parser | | Portability | portable | | Stability | experimental | | Maintainer | twanvl@gmail.com |
|
|
|
| Description |
| Parser for modal formulas
|
|
| Synopsis |
|
|
|
| Documentation |
|
| unsafeParse :: Parsable a => String -> a |
| Parse something, throw an error if it fails
|
|
| tryParse :: Parsable a => String -> Either ParseError a |
| Parse something, return either an error, or the result
|
|
| tryParseNamed :: Parsable a => String -> String -> Either ParseError a |
| Parse something with a name, return either an error, or the result
|
|
| class Parsable a where |
| Things that can be parsed
| | | Methods | | | Instances | |
|
|
| Produced by Haddock version 0.8 |