| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Lsd.AST.Type.AppendixSection
Synopsis
- data AppendixSectionFormat = AppendixSectionFormat AppendixSectionTitle AppendixElementFormat
- newtype AppendixSectionTitle = AppendixSectionTitle Text
- data AppendixElementFormat = AppendixElementFormat IdentifierFormat TocKeyFormat InnerHeadingFormat
- data AppendixSectionType = AppendixSectionType AppendixSectionFormat (Star (Disjunction (NamedType DocumentType)))
Documentation
data AppendixSectionFormat Source #
Instances
| Show AppendixSectionFormat Source # | |
Defined in Language.Lsd.AST.Type.AppendixSection Methods showsPrec :: Int -> AppendixSectionFormat -> ShowS # show :: AppendixSectionFormat -> String # showList :: [AppendixSectionFormat] -> ShowS # | |
newtype AppendixSectionTitle Source #
Title of an appendix section. This is not a heading; it only occurs in the TOC, if any.
Constructors
| AppendixSectionTitle Text |
Instances
| Show AppendixSectionTitle Source # | |
Defined in Language.Lsd.AST.Type.AppendixSection Methods showsPrec :: Int -> AppendixSectionTitle -> ShowS # show :: AppendixSectionTitle -> String # showList :: [AppendixSectionTitle] -> ShowS # | |
data AppendixElementFormat Source #
Instances
| Show AppendixElementFormat Source # | |
Defined in Language.Lsd.AST.Type.AppendixSection Methods showsPrec :: Int -> AppendixElementFormat -> ShowS # show :: AppendixElementFormat -> String # showList :: [AppendixElementFormat] -> ShowS # | |
data AppendixSectionType Source #
Constructors
| AppendixSectionType AppendixSectionFormat (Star (Disjunction (NamedType DocumentType))) |
Instances
| RawProperNodeKind AppendixSectionType Source # | |
Defined in Language.Lsd.AST.Type.AppendixSection Methods kindNameOfRaw :: Proxy AppendixSectionType -> KindName Source # treeSyntaxMapRaw :: (forall t'. ProperNodeKind t' => t' -> a) -> AppendixSectionType -> TreeSyntax a Source # | |