summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod90.stderr
blob: 78a004030315c77f082b24652d90d8b355373583 (plain)
1
2
3
4
5
6
7
8

mod90.hs:3:16: error:
    In module ‘Prelude’:
      ‘Left’ is a data constructor of ‘Either’
    To import it use
      import Prelude( Either( Left ) )
    or
      import Prelude( Either(..) )