blob: 09f29ddfb81d34318fdc54a9abfbbc28df28530d (
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
31
32
33
34
35
36
37
|
Test10357.hs:4:13: error: Variable not in scope: one
Test10357.hs:4:19: error: Variable not in scope: x
Test10357.hs:5:7: error:
Variable not in scope: multPoly :: t0 -> t1 -> t
Test10357.hs:6:10: error:
Variable not in scope: poly :: t2 -> [Double] -> t0
Test10357.hs:6:15: error:
Data constructor not in scope: LE
Perhaps you meant ‘LT’ (imported from Prelude)
Test10357.hs:7:10: error:
Variable not in scope: addPoly :: t3 -> t4 -> t1
Test10357.hs:7:19: error:
Variable not in scope: poly :: t6 -> [Double] -> t5
Test10357.hs:7:24: error:
Data constructor not in scope: LE
Perhaps you meant ‘LT’ (imported from Prelude)
Test10357.hs:7:43: error:
Variable not in scope: multPoly :: t5 -> t -> t3
Test10357.hs:8:19: error:
Variable not in scope: poly :: t8 -> [Double] -> t7
Test10357.hs:8:24: error:
Data constructor not in scope: LE
Perhaps you meant ‘LT’ (imported from Prelude)
Test10357.hs:8:43: error:
Variable not in scope: multPoly :: t7 -> t -> t4
|