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