haskell / deepseq

Deep evaluation of data structures
http://hackage.haskell.org/package/deepseq
Other
41 stars 28 forks source link

Add NFData instance for MaskingState #38

Closed barrucadu closed 6 years ago

barrucadu commented 6 years ago

Control.Exception.MaskingState was introduced in base-4.3.

With this instance, I can drop two long NFData instances in dejafu (Test/DejaFu/Types.hs#L206 and #L341) and just use the default Generic-based one, which would be very nice.