Description
derive Semigroup/Monoid/IsList.
Description
when your type can hold a list of itself, you can derive simple (but total/lawful) Semigroup/Monoid/IsList instances with TemplateHaskell.
see the Derive.List for examples and documentation. browse the test suite for more (buildable) examples:
README.md
derive-monoid
when your type can hold a list of itself, you can derive simple (but total/lawful) Semigroup/Monoid/IsList instances with TemplateHaskell.
see Derive.Monoid on hackage for examples and documentation.