deepseq-generics

GHC.Generics-based Control.DeepSeq.rnf implementation

https://github.com/hvr/deepseq-generics

Version on this page:0.1.1.1
LTS Haskell 22.35:0.2.0.0@rev:10
Stackage Nightly 2024-09-26:0.2.0.0@rev:10
Latest on Hackage:0.2.0.0@rev:10

See all snapshots deepseq-generics appears in

BSD-3-Clause licensed by Herbert Valerio Riedel
Maintained by [email protected]
This version can be pinned in stack with:deepseq-generics-0.1.1.1@sha256:a2474bcfa91aec41ffe35a3e2cbeb5ee9af6f6c171e9c5717e815a8f0131f0d4,2395

Module documentation for 0.1.1.1

Depends on 3 packages(full list with versions):
Used by 4 packages in nightly-2014-12-16(full list with versions):

This package provides a GHC.Generics-based Control.DeepSeq.Generics.genericRnf function which can be used for providing a rnf implementation. See the documentation for the genericRnf function in the Control.DeepSeq.Generics module to get started.

The original idea was pioneered in the generic-deepseq package (see http://www.haskell.org/pipermail/haskell-cafe/2012-February/099551.html for more information).

This package differs from the generic-deepseq package by working in combination with the existing deepseq package as opposed to defining a conflicting drop-in replacement for deepseq's Control.Deepseq module.