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

Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Arbitrary

Contents

Orphan instances

Arbitrary CitationMode # 
Arbitrary Citation # 
Arbitrary Inline # 

Methods

arbitrary :: Gen Inline

shrink :: Inline -> [Inline]

Arbitrary MathType # 
Arbitrary QuoteType # 
Arbitrary Block # 

Methods

arbitrary :: Gen Block

shrink :: Block -> [Block]

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

Methods

arbitrary :: Gen Meta

shrink :: Meta -> [Meta]

Arbitrary Pandoc # 

Methods

arbitrary :: Gen Pandoc

shrink :: Pandoc -> [Pandoc]

Arbitrary Blocks # 

Methods

arbitrary :: Gen Blocks

shrink :: Blocks -> [Blocks]

Arbitrary Inlines # 

Methods

arbitrary :: Gen Inlines

shrink :: Inlines -> [Inlines]