{-# LANGUAGE ExplicitForAll #-} {-# LANGUAGE QuantifiedConstraints #-} class (forall a. Eq (f a)) => C f