summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5334.stderr
blob: 866eae20fce7b6edd35a8b8a341c4c1da74e8368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

T5334.hs:7:5: Warning:
    Fields of ‘T’ not initialised: b
    In the expression: T {..}
    In an equation for ‘t’:
        t = T {..}
          where
              a = 1

T5334.hs:14:5: Warning:
    Fields of ‘S’ not initialised: y
    In the expression: S {x = 1}
    In an equation for ‘s’: s = S {x = 1}