| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
ProAbstract.Families
Documentation
type family Annotation x Source #
Instances
type family Content a Source #
Instances
| type Content (Fragment ann) Source # | |
Defined in ProAbstract.Structure.Fragment | |
| type Content (Tagged (PlainBlock ann)) Source # | |
Defined in ProAbstract.Structure.PlainBlock | |
| type Content (Tagged (Lines ann)) Source # | |
Defined in ProAbstract.Structure.Inline | |
| type Content (Tagged (Blocks ann)) Source # | |
Defined in ProAbstract.Structure.Block | |
| type Content (Paragraph ann) Source # | |
Defined in ProAbstract.Structure.Paragraph | |
| type Content (Document ann) Source # | |
Defined in ProAbstract.Structure.Document | |
type family Contents a Source #
Instances
| type Contents (Tagged (PlainBlock ann)) Source # | |
Defined in ProAbstract.Structure.PlainBlock | |
| type Contents (Tagged (Lines ann)) Source # | |
Defined in ProAbstract.Structure.Inline | |
| type Contents (Tagged (Blocks ann)) Source # | |
Defined in ProAbstract.Structure.Block | |
| type Contents (PlainBlock ann) Source # | |
Defined in ProAbstract.Structure.PlainBlock | |
| type Contents (Lines ann) Source # | |
Defined in ProAbstract.Structure.Inline | |
| type Contents (Line ann) Source # | |
Defined in ProAbstract.Structure.Inline | |
| type Contents (Paragraph ann) Source # | |
Defined in ProAbstract.Structure.Paragraph | |
| type Contents (Blocks ann) Source # | |
Defined in ProAbstract.Structure.Block | |
| type Contents (Document ann) Source # | |
Defined in ProAbstract.Structure.Document | |
Instances
| type Fork (Inline ann) Source # | |
Defined in ProAbstract.Structure.Inline | |
| type Fork (Block ann) Source # | |
Defined in ProAbstract.Structure.Block | |
| type Fork (BlockTag ann) Source # | |
Defined in ProAbstract.Structure.BlockTag | |
Instances
| type Plain (Inline ann) Source # | |
Defined in ProAbstract.Structure.Inline | |
| type Plain (Block ann) Source # | |
Defined in ProAbstract.Structure.Block | |
| type Plain (BlockTag ann) Source # | |
Defined in ProAbstract.Structure.BlockTag | |
data family Tagged con Source #