module CodeLensSimple where

data A
instance Eq A where
    (==) = _

data B
instance Eq B where
    (==)= _