On Wed, 15 Jan 2020, Travis Whitaker wrote:
> If such an error-yielding instance were added, how would users who need
> the correct-but-potentially-confusing behaving NFData instance cope with
> this?
In the criterion/record example they would manually implement the NFData
instance for the record, as you already suggested.