blob: a4184907663e165e748fd18998b32e709106029e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Test10357.hs:4:13: error: Not in scope: ‘one’
Test10357.hs:4:19: error: Not in scope: ‘x’
Test10357.hs:5:7: error: Not in scope: ‘multPoly’
Test10357.hs:6:10: error: Not in scope: ‘poly’
Test10357.hs:6:15: error:
Not in scope: data constructor ‘LE’
Perhaps you meant ‘LT’ (imported from Prelude)
Test10357.hs:7:10: error: Not in scope: ‘addPoly’
Test10357.hs:7:19: error: Not in scope: ‘poly’
Test10357.hs:7:24: error:
Not in scope: data constructor ‘LE’
Perhaps you meant ‘LT’ (imported from Prelude)
Test10357.hs:7:43: error: Not in scope: ‘multPoly’
Test10357.hs:8:19: error: Not in scope: ‘poly’
Test10357.hs:8:24: error:
Not in scope: data constructor ‘LE’
Perhaps you meant ‘LT’ (imported from Prelude)
Test10357.hs:8:43: error: Not in scope: ‘multPoly’
|