-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Pattern synonyms for cmark -- -- Pattern synonyms for building and deconstructing cmark AST. @package cmark-patterns @version 0.1.0.0 -- | Pattern synonyms for working with the cmark AST. You can -- construct and deconstruct the AST with them as if they were ordinary -- constructors. -- -- Each pattern comes in two versions; if you don't care about position -- info, use the one with the underscore. (If you try to use it for -- construction, it will use Nothing as position info.) -- -- Since list items can only contain ITEM, we provide additional -- patterns for lists – ListItems and ListItems_ – which -- automatically unwrap them. module CMark.Patterns