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

mod90.hs:3:16: error: [GHC-35373]
    In the import of ‘Prelude’:
      an item called ‘Left’
      is exported, but it is a data constructor of
      ‘Either’.
    Suggested fix:
      Use
        import Prelude ( Either( Left ) )
      or
        import Prelude ( Either(..) )