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

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