Closed RyanGlScott closed 9 years ago
I didn't realize until recently that deepseq has an NFData (Proxy t) instance when Proxy is in base, so I backported that instance to tagged. I also added an NFData (Tagged s b) instance as a bonus.
deepseq
NFData (Proxy t)
Proxy
base
tagged
NFData (Tagged s b)
I didn't realize until recently that
deepseq
has anNFData (Proxy t)
instance whenProxy
is inbase
, so I backported that instance totagged
. I also added anNFData (Tagged s b)
instance as a bonus.