summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod83.hs
blob: efce6dd02fbeba990bbf12d3caf66da14fe4ebc5 (plain)
1
2
3
4
-- !!! Importing Tycon with duplicate constructor
module M where
import Prelude(Either(Left,Right,Right))