summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail120.stderr
blob: 7693b0c7c5a3a197fd66c17a8e71eadb61ac1bec (plain)
1
2
3
4
5
6
7

tcfail120.hs:13:26:
    A wild-card pattern cannot have an unboxed tuple type:
      (# Int, Int #)
    In the pattern: _
    In a case alternative: _ -> (# 3, 4 #)
    In the expression: case t x of { _ -> (# 3, 4 #) }