| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Ltml.Parser.Section
Documentation
sectionP :: SectionType -> Parser () -> FootnoteParser (Node Section) Source #
sectionBodyP :: SectionBodyType -> Parser () -> FootnoteParser SectionBody Source #
headingP :: HangingTextP f => Keyword -> HeadingType -> FootnoteParser (f Heading) Source #