summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/ghci/T19314.stdout
blob: ed29a3d212fe3b5b5a55a9496633149cf3c34e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
w :: [a] -> a
x :: [a] -> a

<interactive>:1:1: error:
    Variable not in scope: y
    Suggested fix:
      Notice that ā€˜yā€™ is a field selector
      that has been suppressed by NoFieldSelectors.

<interactive>:1:1: error:
    Variable not in scope: z
    Suggested fix:
      Notice that ā€˜zā€™ is a field selector
      that has been suppressed by NoFieldSelectors.