Skip to content
  • Ningning Xie's avatar
    Fix StandaloneDeriving · 86753475
    Ningning Xie authored and Marge Bot's avatar Marge Bot committed
    If I understand correctly, `deriving instance _ => Eq (Foo a)`
    is equivalent to `data Foo a deriving Eq`, rather than
    `data Foo a deriving Foo`.
    86753475