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