summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod90.stderr
blob: 050b53c02e621aa6b5e313c7b85979bce12d7dfb (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(..) )