summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod85.hs
blob: f9322f7517a0db2b1a1f53e8e72d97d424f769bb (plain)
1
2
3
4
5
-- !!! Correct tycon import (implicit constructor list)
module M where
import Prelude(Either(..))
x = (Left 'a', Right 'a')