Text.Pandoc.Arbitrary (original) (raw)

| Arbitrary Blocks Source # | | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | | Instance details Methodsarbitrary :: Gen Blocks #shrink :: Blocks -> [Blocks] # | | | Arbitrary Inlines Source # | | | Instance details Methodsarbitrary :: Gen Inlines #shrink :: Inlines -> [Inlines] # | | | Arbitrary Alignment Source # | | | Instance details Methodsarbitrary :: Gen Alignment #shrink :: Alignment -> [Alignment] # | | | Arbitrary Block Source # | | | Instance details Methodsarbitrary :: Gen Block #shrink :: Block -> [Block] # | | | Arbitrary Caption Source # | | | Instance details Methodsarbitrary :: Gen Caption #shrink :: Caption -> [Caption] # | | | Arbitrary Cell Source # | | | Instance details Methodsarbitrary :: Gen Cell #shrink :: Cell -> [Cell] # | | | Arbitrary Citation Source # | | | Instance details Methodsarbitrary :: Gen Citation #shrink :: Citation -> [Citation] # | | | Arbitrary CitationMode Source # | | | Instance details Methodsarbitrary :: Gen CitationMode #shrink :: CitationMode -> [CitationMode] # | | | Arbitrary Inline Source # | | | Instance details Methodsarbitrary :: Gen Inline #shrink :: Inline -> [Inline] # | | | Arbitrary ListNumberDelim Source # | | | Instance details Methodsarbitrary :: Gen ListNumberDelim #shrink :: ListNumberDelim -> [ListNumberDelim] # | | | Arbitrary ListNumberStyle Source # | | | Instance details Methodsarbitrary :: Gen ListNumberStyle #shrink :: ListNumberStyle -> [ListNumberStyle] # | | | Arbitrary MathType Source # | | | Instance details Methodsarbitrary :: Gen MathType #shrink :: MathType -> [MathType] # | | | Arbitrary Meta Source # | | | Instance details Methodsarbitrary :: Gen Meta #shrink :: Meta -> [Meta] # | | | Arbitrary Pandoc Source # | | | Instance details Methodsarbitrary :: Gen Pandoc #shrink :: Pandoc -> [Pandoc] # | | | Arbitrary QuoteType Source # | | | Instance details Methodsarbitrary :: Gen QuoteType #shrink :: QuoteType -> [QuoteType] # | | | Arbitrary Row Source # | | | Instance details Methodsarbitrary :: Gen Row #shrink :: Row -> [Row] # | | | Arbitrary TableBody Source # | | | Instance details Methodsarbitrary :: Gen TableBody #shrink :: TableBody -> [TableBody] # | | | Arbitrary TableFoot Source # | | | Instance details Methodsarbitrary :: Gen TableFoot #shrink :: TableFoot -> [TableFoot] # | | | Arbitrary TableHead Source # | | | Instance details Methodsarbitrary :: Gen TableHead #shrink :: TableHead -> [TableHead] # | |