| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Ltml.AST.AppendixSection
Documentation
data AppendixSection Source #
Constructors
| AppendixSection AppendixSectionFormat [Flagged' (Node Document)] |
Instances
| ToPreLaTeXM AppendixSection Source # | |
Defined in Language.Ltml.ToLaTeX.ToPreLaTeXM Methods toPreLaTeXM :: AppendixSection -> State GlobalState PreLaTeX Source # | |
| Show AppendixSection Source # | |
Defined in Language.Ltml.AST.AppendixSection Methods showsPrec :: Int -> AppendixSection -> ShowS # show :: AppendixSection -> String # showList :: [AppendixSection] -> ShowS # | |