prologue-3.2.3: Better, more general Prelude exporting common utilities.

Safe HaskellNone
LanguageHaskell2010

Prologue.Control.DeepSeq

Documentation

type family NFDatas lst :: Constraint where ... Source #

Equations

NFDatas '[] = () 
NFDatas (a ': as) = (NFData a, NFDatas as)