| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Ltml.AST.Section
Documentation
Constructors
| Section (Parsed Heading) SectionBody |
Instances
| ToPreLaTeXM Section Source # | |
Defined in Language.Ltml.ToLaTeX.ToPreLaTeXM Methods toPreLaTeXM :: Section -> State GlobalState PreLaTeX Source # | |
| Show Section Source # | |
type FormattedSection = SectionFormatted (Parsed (Node Section)) Source #
Constructors
| Heading InnerHeadingFormat [HeadingTextTree] |
data SectionBody Source #
Constructors
| InnerSectionBody [Flagged' FormattedSection] | |
| LeafSectionBody [Node Paragraph] | |
| SimpleLeafSectionBody [SimpleBlock] |
Instances
| Show SectionBody Source # | |
Defined in Language.Ltml.AST.Section Methods showsPrec :: Int -> SectionBody -> ShowS # show :: SectionBody -> String # showList :: [SectionBody] -> ShowS # | |