summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod23.hs
blob: 84753b4189ec71da5b7cb8898df8e48ee4c2ed59 (plain)
1
2
3
module ShouldFail where
-- !!! Testing duplicate type variables
type T a a = Either a a