1 2 3 4 5 6 7 8 9
module Bug1035 where data Foo = Bar data Bar = Foo -- | A link to 'Bar' foo :: () foo = ()