summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/no_skolem_info/T19482.stderr
blob: 2147ff2c47c6cbd7bc0c6feaa0e33573b54f5995 (plain)
1
2
3
4
5
6
7
8
9

T19482.hs:11:25: error: [GHC-25897]
    • Expected kind ‘[r]’, but ‘s’ has kind ‘r’
      ‘r’ is a rigid type variable bound by
        the instance declaration
        at T19482.hs:10:10-35
    • In the type ‘s’
      In the expression: testF @r @s
      In an equation for ‘bugList’: bugList = testF @r @s