| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Lsd.AST.Type.Footnote
Documentation
data FootnoteFormat Source #
Constructors
| SuperscriptFootnoteFormat |
Instances
| Show FootnoteFormat Source # | |
Defined in Language.Lsd.AST.Type.Footnote Methods showsPrec :: Int -> FootnoteFormat -> ShowS # show :: FootnoteFormat -> String # showList :: [FootnoteFormat] -> ShowS # | |
data FootnoteType Source #
Constructors
| FootnoteType Keyword FootnoteFormat (TextType Void) |