blob: 4e09a8a476ec2a5bc2cefc8316f30633d459226a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
w :: [a] -> a
x :: [a] -> a
<interactive>:1:1:
• Variable not in scope: y
• NB: ‘y’ is a field selector
that has been suppressed by NoFieldSelectors
<interactive>:1:1:
• Variable not in scope: z
• NB: ‘z’ is a field selector
that has been suppressed by NoFieldSelectors
|