summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/T10357.stderr
blob: b394ffa49bc276e90b36dbfee6553bcfe3ac0a6f (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 :: t3 -> t4 -> t

Test10357.hs:6:10: error:
    Variable not in scope: poly :: t0 -> [Double] -> t3

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 :: t5 -> t6 -> t4

Test10357.hs:7:19: error:
    Variable not in scope: poly :: t1 -> [Double] -> t7

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 :: t7 -> t -> t5

Test10357.hs:8:19: error:
    Variable not in scope: poly :: t2 -> [Double] -> t8

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 :: t8 -> t -> t6