summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T11680.stderr
blob: 5788490f351a32d2a9806b252c3612113bf8e4ce (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
38
39
40
41
42
43
44
45
46
47
48
49

T11680.hs:15:7: error: Variable not in scope: noMatches :: Bool

T11680.hs:20:7: error:
    • Variable not in scope: abce :: [a]
    • Perhaps you meant ‘abcd’ (line 23)

T11680.hs:31:7: error:
    • Variable not in scope: foo :: Int
    • ‘foo’ (line 100) is not in scope before the splice on line 96

T11680.hs:39:7: error:
    • Variable not in scope: bar :: ()
    • ‘bar’ (line 110) is not in scope
        before the splice on lines 106-108
      Perhaps you meant one of these: ‘bat’ (line 42), ‘baz’ (line 45)

T11680.hs:50:7: error:
    • Variable not in scope: ns :: [Double]
    • ‘ns’ (splice on lines 106-108) is not in scope before line 106

T11680.hs:55:7: error:
    • Variable not in scope: intercalate
    • ‘intercalate’ (line 114) is not in scope
        before the splice on lines 106-108
      Perhaps you meant ‘List.intercalate’ (imported from Data.List)

T11680.hs:59:7: error:
    • Variable not in scope: nub
    • Perhaps you meant ‘List.nub’ (imported from Data.List)

T11680.hs:64:7: error: Variable not in scope: x :: t0 -> Int

T11680.hs:69:7: error:
    • Variable not in scope: cat :: ()
    • ‘cat’ (splice on lines 79-86) is not in scope before line 79
      Perhaps you meant ‘bat’ (line 42)

T11680.hs:79:3: error:
    • Variable not in scope: cab
    • Perhaps you meant ‘cap’ (line 79)

T11680.hs:79:3: error:
    • Variable not in scope: cab
    • Perhaps you meant one of these: ‘cat’ (line 79), ‘cap’ (line 79)

T11680.hs:91:8: error:
    • Variable not in scope: cat :: ()
    • Perhaps you meant one of these: ‘bat’ (line 42), ‘cap’ (line 79)