summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail007.stderr
blob: f786f336be28de81f842b9492d9b5588411eb72e (plain)
1
2
3
4
5
6
7
8
9

drvfail007.hs:4:38: error:
    No instance for (Eq (Int -> Int))
      arising from the first field of ‘Foo’ (type ‘Int -> Int’)
      (maybe you haven't applied a function to enough arguments?)
    Possible fix:
      use a standalone 'deriving instance' declaration,
        so you can specify the instance context yourself
    When deriving the instance for (Eq Foo)