aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug1035.hs
blob: 3516c08f274f0f4000c47d4469412771f1ff475a (plain) (blame)
1
2
3
4
5
6
7
8
9
module Bug1035 where

data Foo = Bar

data Bar = Foo

-- | A link to 'Bar'
foo :: ()
foo = ()