summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/T12634.stderr
blob: 19a65352db1e9cec9bae8c51fea22acb2f26b0c5 (plain)
1
2
3
4
5
6
7
8
9
10

T12634.hs:15:58: error: [GHC-83865]
    • Expected a type, but
      ‘'(t, m, m', r)’ has kind
      ‘(k1 -> k2 -> *, k0, k1, k2)’
    • In the first argument of ‘Bench’, namely ‘'(t, m, m', r)’
      In the type ‘t m' r -> Bench '(t, m, m', r)’
      In the type signature:
        bench_twacePow :: forall t m m' r. _ =>
                                           t m' r -> Bench '(t, m, m', r)