summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5573a.stderr
blob: 52aa99ae71b3728161115617436cdf40bb8d0195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

T5573a.hs:11:16:
    Couldn't match kind `ArgKind' against `(#)'
    Kind incompatibility when matching types:
      t0 :: ArgKind
      (# t0, t1 #) :: (#)
    In the expression: (# True, False #)
    In the expression: (# x, (# True, False #) #)

T5573a.hs:14:6:
    Couldn't match kind `ArgKind' against `(#)'
    Kind incompatibility when matching types:
      t0 :: ArgKind
      (# t0, t1 #) :: (#)
    In the pattern: (# x, y #)
    In an equation for `foo3': foo3 (# x, y #) = x