1 2 3 4 5 6
{-# LANGUAGE NullaryTypeClasses, StandaloneDeriving #-} module T7959 where class A deriving instance A data B deriving A