derive-IG: Macro to derive instances for Instant-Generics using Template Haskell

[ bsd3, data, generics, library ] [ Propose Tags ]

Macro to derive instances for Instant-Generics using Template Haskell


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1
Dependencies base (>=4 && <5), instant-generics (>=0.1), template-haskell (>=2.4 && <2.5) [details]
License BSD-3-Clause
Copyright (c) 2010 Hiromi ISHII
Author Hiromi ISHII
Maintainer Hiromi ISHII <konn.jinro _at_ gmail.com>
Category Data, Generics
Home page http://github.com/konn/derive-IG
Uploaded by HiromiIshii at 2010-09-06T15:30:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1961 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for derive-IG-0.1

[back to package description]
* Installation
> cabal configure && cabal build && cabal install

* Usage
> import Generics.Instant
> import Generics.Instant.Derive
> 
> derive ''Either
> deriveWith ''() [Just "Unit_Unit"]