summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics/GenCannotDoRep1.stderr
blob: 477a2955ce79a7586a94f6e2dda05e5673346763 (plain)
1
2
3
4
5
6
7
8

GenCannotDoRep1.hs:1:29:
    Warning: -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.

GenCannotDoRep1.hs:8:49:
    Can't make a derived instance of `Generic (Context a)':
      Context must not have a datatype context
    In the data type declaration for `Context'