summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T11071a.stderr
blob: 631dd7291e47b908326e81a4d1d711e2ef0d2d39 (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

T11071a.hs:12:12: error: [GHC-88464]
    Variable not in scope: intersperse
    Suggested fix:
      Add ‘intersperse’ to the import list in the import of ‘Data.List’
      (at T11071a.hs:3:1-24).

T11071a.hs:13:12: error: [GHC-88464]
    Variable not in scope: foldl'
    Suggested fixes:
      • Perhaps use one of these:
          ‘foldl’ (imported from Prelude), ‘foldl1’ (imported from Prelude),
          ‘foldr’ (imported from Prelude)
      • Add ‘foldl'’ to one of these import lists:
          ‘Data.List’ (at T11071a.hs:3:1-24)
          ‘Data.IntMap’ (at T11071a.hs:4:1-21)

T11071a.hs:14:12: error: [GHC-88464]
    Data constructor not in scope: Down
    Suggested fix:
      Remove ‘Down’ from the explicit hiding list in the import of
      ‘Data.Ord’ (at T11071a.hs:5:1-29).

T11071a.hs:15:12: error: [GHC-88464]
    Data constructor not in scope: True
    Suggested fix:
      Remove ‘True’ from the explicit hiding list in the import of
      ‘Prelude’ (at T11071a.hs:6:1-28).

T11071a.hs:16:12: error: [GHC-88464] Variable not in scope: foobar