simplistic-generics: Generic programming without too many type classes
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.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
This library provides a representation build on top of GHC.Generics
, which can be used to describe generic operations on a single function, instead of having each case defined in an instance of a type class.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 2.0.0, 2.0.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.12 && <5), containers, deepseq, kind-apply, mtl, template-haskell [details] |
License | BSD-3-Clause |
Author | Alejandro Serrano and Victor Miraldo |
Maintainer | trupill@gmail.com and v.cacciarimiraldo@gmail.com |
Category | Data |
Source repo | head: git clone https://gitlab.com/trupill/simplistic-generics |
Uploaded | by AlejandroSerrano at 2020-05-02T09:10:54Z |
Modules
[Index] [Quick Jump]
Downloads
- simplistic-generics-2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees