aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug253.hs
blob: 499f6cd41d4b9d66736026090df79da498824f40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
-- | This module tests that if we're trying to link to a /qualified/
-- identifier that's not in scope, we get an anchor as if it was a
-- variable. Previous behaviour was to treat it as a type constructor
-- so issue like #253 arose. Also see @rename@ function comments in
-- source.
module Bug253 where

-- | This link should generate @#v@ anchor: 'DoesNotExist.fakeFakeFake'
foo :: ()
foo = ()