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

T7989.hs:6:7: error: [GHC-14392]
    • No constructor has all these fields: ‘a0’, ‘b0’
    • In the expression: x {a0 = 3, a1 = 2, b0 = 4, b1 = 5}
      In an equation for ‘f’: f x = x {a0 = 3, a1 = 2, b0 = 4, b1 = 5}

T7989.hs:9:7: error: [GHC-14392]
    • No constructor has all these fields: ‘x’, ‘y’, ‘z’
    • In the expression: a {x = 0, y = 0, z = 0, v = 0}
      In an equation for ‘g’: g a = a {x = 0, y = 0, z = 0, v = 0}

T7989.hs:11:7: error: [GHC-14392]
    • No constructor has all these fields: ‘x’, ‘a0’
    • In the expression: a {x = 0, a0 = 0}
      In an equation for ‘h’: h a = a {x = 0, a0 = 0}