summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/T15264.stderr
blob: 222d686513cae89c646357b371e9dfd130c45ef9 (plain)
1
2
3
4
5
6
7
8
9
10

T15264.hs:8:22: warning: [-Wimplicit-kind-vars (in -Wcompat)]
    An explicit ‘forall’ was used, but the following kind variables are not quantified: ‘k’
    Despite this fact, GHC will introduce them into scope, but it will stop doing so in the future.
    Suggested fix: add ‘forall k.’

T15264.hs:11:22: warning: [-Wimplicit-kind-vars (in -Wcompat)]
    An explicit ‘forall’ was used, but the following kind variables are not quantified: ‘k1’, ‘k2’
    Despite this fact, GHC will introduce them into scope, but it will stop doing so in the future.
    Suggested fix: add ‘forall k1 k2.’