aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/NamespacedIdentifiers.hs
blob: 6f59d24740629531f0b48aa1c63250662490f498 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module NamespacedIdentifiers where

-- | A link to:
--
--   * the type t'Bar'
--   * the constructor v'Bar'
--   * the unimported but qualified type t'A.A'
--   * the unimported but qualified value v'A.A'
--
data Foo = Bar

-- | A link to the value v'Foo' (which shouldn't exist).
data Bar