aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug1035.hs
blob: 46a6dd1f4380a9e75a6771cc701153045bbf4832 (plain) (blame)
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 = ()