You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ((<>))
The text was updated successfully, but these errors were encountered:
I don't think many programs break if <> changes from
Doc -> Doc -> Doc
toMonoid m => m -> m -> m
, since everything else in the library has typeDoc
. The fixity is the same between the two versions.This change will save people from having to write
hiding ((<>))
The text was updated successfully, but these errors were encountered: