summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/PolyKinds02.stderr
blob: 7c5716a65e1433e73bd1f34afe36b29e8b8c6aad (plain)
1
2
3
4
5

PolyKinds02.hs:13:16: error:
    The second argument of ‘Vec’ should have kind ‘Nat’,
      but ‘Nat’ has kind ‘*’
    In the type signature: vec :: Vec Nat Nat