Skip to content
  • David Terei's avatar
    Dont allow hand-written Generic instances in Safe Haskell. · 578fbeca
    David Terei authored
    While they aren't strictly unsafe, it is a similar situation to
    Typeable. There are few instances where a programmer will write their
    own instance, and having compiler assurance that the Generic
    implementation is correct brings a lot of benefits.
    578fbeca