pandoc/src/Text
Jesse Rosenthal ef5fad2698 Add new typeclass, Reducible
This defines a typeclass `Reducible` which allows us to "reduce" pandoc
Inlines and Blocks, like so

    Emph [Strong [Str "foo", Space]] <++> Strong [Emph [Str "bar"]], Str
"baz"] =
        [Strong [Emph [Str "foo", Space, Str "bar"], Space, Str "baz"]]

So adjacent formattings and strings are appropriately grouped.

Another set of operators for `(Reducible a) => (Many a)` are also
included.
2014-06-23 17:08:05 -04:00
..
Pandoc Add new typeclass, Reducible 2014-06-23 17:08:05 -04:00
Pandoc.hs Finished first draft of Haddock writer. 2014-06-18 17:09:36 -07:00