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

GenCannotDoRep0_1.hs:1:29: warning: [-Wdeprecated-flags (in -Wdefault)]
    -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.

GenCannotDoRep0_1.hs:8:49: error: [GHC-30367]
    • Can't make a derived instance of ‘Generic (Context a)’:
        Context must not have a datatype context
    • In the data declaration for ‘Context’