summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/deriving/should_fail/T2394.stderr
blob: 9972186ed5f54ce5b1b581e77de33e2e23f2e727 (plain)
1
2
3
4
5
6

T2394.hs:9:1:
    Can't make a derived instance of `Data (a -> b)':
      The last argument of the instance must be a data or newtype application
    In the stand-alone deriving instance for
      `(Data a, Data b) => Data (a -> b)'