Description
A Haskell library that derives Control.DeepSeq.rnf behavior using GHC.Generics. It helps developers force complete evaluation of custom data types without writing every NFData instance by hand.
Use it when lazy values must be fully evaluated for performance, benchmarking, or avoiding hidden exceptions. Forcing evaluation can change memory and timing behavior, so it should be applied deliberately.