| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Lsd.AST.Type.Paragraph
Documentation
data ParagraphFormat Source #
Constructors
| ParagraphFormat IdentifierFormat ParagraphKeyFormat |
Instances
| Show ParagraphFormat Source # | |
Defined in Language.Lsd.AST.Type.Paragraph Methods showsPrec :: Int -> ParagraphFormat -> ShowS # show :: ParagraphFormat -> String # showList :: [ParagraphFormat] -> ShowS # | |
data ParagraphType Source #
Constructors
| ParagraphType ParagraphFormat (TextType EnumType) |