| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Lsd.AST.Type.SimpleSection
Documentation
newtype SimpleSectionFormat Source #
Constructors
| SimpleSectionFormat | |
Fields | |
Instances
| Show SimpleSectionFormat Source # | |
Defined in Language.Lsd.AST.Type.SimpleSection Methods showsPrec :: Int -> SimpleSectionFormat -> ShowS # show :: SimpleSectionFormat -> String # showList :: [SimpleSectionFormat] -> ShowS # | |
data SimpleSectionType Source #
Constructors
| SimpleSectionType Keyword SimpleSectionFormat (Star (NamedType SimpleParagraphType)) |