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

T1496.hs:10:32: error:
    Couldn't match representation of type ‘c Int’ with that of ‘c Moo’
      arising from the coercion of the method ‘isInt’
        from type ‘forall (c :: * -> *). c Int -> c Int’
          to type ‘forall (c :: * -> *). c Int -> c Moo’
    NB: We cannot know what roles the parameters to ‘c’ have;
      we must assume that the role is nominal
    When deriving the instance for (IsInt Moo)