instant-deepseq: Generic NFData instances through instant-generics

[ bsd3, generics, library ] [ Propose Tags ]

Modules

[Last Documentation]

  • Generics
    • Instant
      • Functions
        • Generics.Instant.Functions.DeepSeq

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1, 0.2
Change log CHANGELOG.md
Dependencies base (>=4.8 && <4.9), deepseq (>=1.4 && <1.5), instant-generics (>=0.4 && <0.5) [details]
License BSD-3-Clause
Copyright Renzo Carbonara 2015
Author Renzo Carbonara
Maintainer renzo@carbonara.com.ar
Category Web
Uploaded by RenzoCarbonara at 2015-07-14T20:50:01Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1978 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-08 [all 6 reports]

Readme for instant-deepseq-0.1

[back to package description]

instant-deepseq allows you to generically derive Control.DeepSeq.NFData instances (from the deepseq package) for your types using instant-generics, which in particular, supports deriving generic representations for GADTs.