| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
SimpleParser.Examples.Direct.Sexp
Description
Parses S-expressions
Documentation
Constructors
| SexpLabelIdentStart | |
| SexpLabelEmbedText !TextLabel | |
| SexpLabelCustom !Text |
Instances
| Eq SexpLabel Source # | |
| Show 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 #