1 2 3 4 5 6
{-# OPTIONS_GHC -Wmissing-deriving-strategies #-} module T15798c () where data Foo a = Foo a deriving (Eq)