deepseq-generics

GHC.Generics-based Control.DeepSeq.rnf implementation

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

Version on this page:0.1.1.2@rev:1
LTS Haskell 22.14:0.2.0.0@rev:10
Stackage Nightly 2024-03-28: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.2@sha256:3f52867fe9267876504d8ce20c77dcfb2ac6613af8c915017859b6022d3cc9fd,2616

Module documentation for 0.1.1.2

Depends on 3 packages(full list with versions):
Used by 3 packages in lts-2.19(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.

Note: The ability to auto-derive via GHC.Generics has been merged into deepseq-1.4.0.0. This package is now still useful for writing code that's also compatible with older deepseq versions not yet providing GHC.Generics-support.