summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod27.stderr
blob: d2c333ffbfb108b03acb001ca0d4e01a088f8680 (plain)
1
2
3
4
5

mod27.hs:3:1: error:
    Cycle in type synonym declarations:
      mod27.hs:3:1-18: type T1 = (Int, T2)
      mod27.hs:4:1-18: type T2 = (Int, T1)