Daniel-Diaz / HaTeX

The Haskell LaTeX library.
BSD 3-Clause "New" or "Revised" License
199 stars 46 forks source link

Also make `TeXCheck` a semigroup. #114

Closed leftaroundabout closed 6 years ago

leftaroundabout commented 6 years ago

Now every monoid has a Semigroup instance, as required per the SMP. https://prime.haskell.org/wiki/Libraries/Proposals/SemigroupMonoid

Fixes https://github.com/Daniel-Diaz/HaTeX/issues/113.

Daniel-Diaz commented 6 years ago

Thanks for the fix.