summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod90.stderr
blob: a5c03e0b9a115660651af2d22a8059ea2af2ebb0 (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 (..))'