derive-monoid: derive Semigroup/Monoid/IsList

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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:


[Skip to Readme]

Properties

Versions 0.0.0, 0.0.0, 0.0.1
Change log None available
Dependencies base (>=4.8 && <4.9), derive-monoid, semigroups (>=0.18 && <0.19), template-haskell (>=2.10 && <2.11) [details]
License MIT
Author Spiros Boosalis
Maintainer samboosalis@gmail.com
Category derive-monoid
Home page https://github.com/sboosali/derive-monoid#readme
Source repo head: git clone https://github.com/sboosali/derive-monoid
Uploaded by sboo at 2016-01-20T00:48:51Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for derive-monoid-0.0.0

[back to package description]

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.