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

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