summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod87.hs
blob: 161ab3c03164e5f7bd7b1a74de2fb5233df3eb99 (plain)
1
2
3
4
-- !!! Trying to use constructors of abstractly imported type.
module M where
import Prelude(Either)
x = Left 'a'