summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T14710.stderr
blob: 8d8a9785a842ee5341c5f27ecc82a6d1edf6ea19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

T14710.hs:9:21: error:
    Unexpected kind variable ‘a’
    Perhaps you intended to use PolyKinds
    In a class method signature for ‘c1’

T14710.hs:10:22: error:
    Unexpected kind variable ‘a’
    Perhaps you intended to use PolyKinds
    In a class method signature for ‘c2’

T14710.hs:15:23: error:
    Unexpected kind variable ‘a’
    Perhaps you intended to use PolyKinds
    In the type signature for ‘g1’

T14710.hs:18:24: error:
    Unexpected kind variable ‘a’
    Perhaps you intended to use PolyKinds
    In the type signature for ‘g2’

T14710.hs:21:31: error:
    Variable ‘k’ used as both a kind and a type
    Did you intend to use TypeInType?

T14710.hs:21:31: error:
    Unexpected kind variable ‘k’
    Perhaps you intended to use PolyKinds
    In the type signature for ‘h1’

T14710.hs:24:22: error:
    Variable ‘k’ used as both a kind and a type
    Did you intend to use TypeInType?

T14710.hs:24:22: error:
    Unexpected kind variable ‘k’
    Perhaps you intended to use PolyKinds
    In the type signature for ‘h2’