summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod27.hs
blob: 394fa2341d46c4d733c8396f39dc044654892da8 (plain)
1
2
3
4
module ShouldFail where
-- !!! Testing recursive type synonyms
type T1 = (Int,T2)
type T2 = (Int,T1)