| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Lsd.AST.Type.Section
Documentation
data SectionFormat Source #
Constructors
| SectionFormat IdentifierFormat TocKeyFormat IsInserted |
Instances
| Show SectionFormat Source # | |
Defined in Language.Lsd.AST.Type.Section Methods showsPrec :: Int -> SectionFormat -> ShowS # show :: SectionFormat -> String # showList :: [SectionFormat] -> ShowS # | |
data SectionFormatted a Source #
Constructors
| SectionFormatted SectionFormat a |
Instances
data SectionType Source #
Constructors
| SectionType Keyword HeadingType SectionBodyType |
Instances
| RawProperNodeKind FormattedSectionType Source # | |
Defined in Language.Lsd.AST.Type.Section Methods kindNameOfRaw :: Proxy FormattedSectionType -> KindName Source # treeSyntaxMapRaw :: (forall t'. ProperNodeKind t' => t' -> a) -> FormattedSectionType -> TreeSyntax a Source # | |
data HeadingType Source #
Constructors
| HeadingType InnerHeadingFormat (TextType Void) |
data SectionBodyType Source #
sectionBodyChildrenOrderMap :: (forall t'. ProperNodeKind t' => t' -> a) -> SectionBodyType -> Maybe (ChildrenOrder a) Source #