pandoc-types-1.17.0.4: Types for representing a structured document

Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Arbitrary

Contents

Orphan instances

Arbitrary CitationMode Source # 
Arbitrary Citation Source # 
Arbitrary Inline Source # 

Methods

arbitrary :: Gen Inline

shrink :: Inline -> [Inline]

Arbitrary MathType Source # 
Arbitrary QuoteType Source # 
Arbitrary Block Source # 

Methods

arbitrary :: Gen Block

shrink :: Block -> [Block]

Arbitrary ListNumberDelim Source # 
Arbitrary ListNumberStyle Source # 
Arbitrary Alignment Source # 
Arbitrary Meta Source # 

Methods

arbitrary :: Gen Meta

shrink :: Meta -> [Meta]

Arbitrary Pandoc Source # 

Methods

arbitrary :: Gen Pandoc

shrink :: Pandoc -> [Pandoc]

Arbitrary Blocks Source # 

Methods

arbitrary :: Gen Blocks

shrink :: Blocks -> [Blocks]

Arbitrary Inlines Source # 

Methods

arbitrary :: Gen Inlines

shrink :: Inlines -> [Inlines]