summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod134.stderr
blob: a911e32c84ad16e46ac441d18bfb08457da4e147 (plain)
1
2
3
4
5
6
7
8
9
10

mod134.hs:6:19: error:
    Not in scope: ‘Prelude.head’
    Suggested fixes:
      • Perhaps use one of these:
          ‘Prelude.read’ (imported from Prelude),
          ‘Prelude.reads’ (imported from Prelude),
          ‘Prelude.id’ (imported from Prelude)
      • Perhaps you want to remove ‘head’ from the explicit hiding list
        in the import of ‘Prelude’ (mod134.hs:4:1-28).