batterseapower / ansi-wl-pprint

The Wadler/Leijen Pretty Printer for colored ANSI terminal output
http://batterseapower.github.com/ansi-wl-pprint
Other
30 stars 15 forks source link

re-export Data.Monoid.<> when available #7

Open aavogt opened 10 years ago

aavogt commented 10 years ago

I don't think many programs break if <> changes from Doc -> Doc -> Doc to Monoid m => m -> m -> m, since everything else in the library has type Doc. The fixity is the same between the two versions.

This change will save people from having to write hiding ((<>))

hvr commented 9 years ago

please migrate to https://github.com/ekmett/ansi-wl-pprint/issues