| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Ltml.AST.SimpleSection
Documentation
data SimpleSection Source #
Constructors
| SimpleSection SimpleSectionFormat [SimpleParagraph] |
Instances
| ToPreLaTeXM SimpleSection Source # | |
Defined in Language.Ltml.ToLaTeX.ToPreLaTeXM Methods toPreLaTeXM :: SimpleSection -> State GlobalState PreLaTeX Source # | |
| Show SimpleSection Source # | |
Defined in Language.Ltml.AST.SimpleSection Methods showsPrec :: Int -> SimpleSection -> ShowS # show :: SimpleSection -> String # showList :: [SimpleSection] -> ShowS # | |