summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T18648.stderr
blob: 0fbb014b50ed46d6b36b1ac52bfaae5a9d38c060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

T18648.hs:6:4: error:
    • Illegal argument ‘f a’ in:
        ‘type Bar1 (f a) = ...’
        The arguments to ‘Bar1’ must all be distinct type variables
    • In the default type instance declaration for ‘Bar1’
      In the class declaration for ‘Foo1’

T18648.hs:10:4: error:
    • Illegal argument ‘Bar2 a’ in:
        ‘type Bar2 (Bar2 a) = ...’
        The arguments to ‘Bar2’ must all be distinct type variables
    • In the default type instance declaration for ‘Bar2’
      In the class declaration for ‘Foo2’