| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
SimpleParser.Examples.Direct.Sexp
Description
Parses S-expressions
Documentation
Constructors
| SexpLabelIdentStart | |
| SexpLabelEmbedText !TextLabel | |
| SexpLabelCustom !Text |
Instances
| Show SexpLabel Source # | |
| Eq SexpLabel Source # | |
| EmbedTextLabel SexpLabel Source # | |
Defined in SimpleParser.Examples.Direct.Sexp Methods embedTextLabel :: TextLabel -> SexpLabel Source # | |
| ExplainLabel SexpLabel Source # | |
Defined in SimpleParser.Examples.Direct.Sexp | |
type SexpParserC s = TextualStream s Source #
sexpParser :: SexpParserC s => SexpParserM s Sexp Source #