On Thu, Dec 11, 2014 at 6:50 PM, Yitzchak Gale wrote:

> Others?

NFData. But that's not in base, so those instances
need to be added in the deepseq library.

Looks like the instances are already there:
https://github.com/haskell/deepseq/blob/master/Control/DeepSeq.hs#L329-L352

Regards,
Sean