summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail046.stderr
blob: 1dbfdad8f346d40ec429bef1e329cb2da9f3b1fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

tcfail046.hs:10:50:
    No instance for (Eq (Process a))
      arising from the first field of ‘Do’ (type ‘Process a’)
    Possible fix:
      use a standalone 'deriving instance' declaration,
        so you can specify the instance context yourself
    When deriving the instance for (Eq (Continuation a))

tcfail046.hs:22:25:
    No instance for (Eq (Process a))
      arising from the first field of ‘Create’ (type ‘Process a’)
    Possible fix:
      use a standalone 'deriving instance' declaration,
        so you can specify the instance context yourself
    When deriving the instance for (Eq (Message a))