Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aavogt opened this issue Feb 3, 2014 · 1 comment
Open

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

aavogt opened this issue Feb 3, 2014 · 1 comment

Comments

@aavogt
Copy link

aavogt commented Feb 3, 2014

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
Copy link

hvr commented Aug 18, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants