aboutsummaryrefslogtreecommitdiff
path: root/latex-test/ref/NamespacedIdentifier/NamespacedIdentifiers.tex
blob: 44c052c616cd3cbf78904d896d420930846c5e50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\haddockmoduleheading{NamespacedIdentifiers}
\label{module:NamespacedIdentifiers}
\haddockbeginheader
{\haddockverb\begin{verbatim}
module NamespacedIdentifiers (
    Foo(Bar), Bar
  ) where\end{verbatim}}
\haddockendheader

\begin{haddockdesc}
\item[\begin{tabular}{@{}l}
data Foo
\end{tabular}]
{\haddockbegindoc
A link to:\par
\vbox{\begin{itemize}
\item
the type \haddockid{Bar}\par
\item
the constructor \haddockid{Bar}\par
\item
the unimported but qualified type \haddockid{A}\par
\item
the unimported but qualified value \haddockid{A}\par
\end{itemize}}
\enspace \emph{Constructors}\par
\haddockbeginconstrs
\haddockdecltt{=} & \haddockdecltt{Bar} & \\
\end{tabulary}\par}
\end{haddockdesc}
\begin{haddockdesc}
\item[\begin{tabular}{@{}l}
data Bar
\end{tabular}]
{\haddockbegindoc
A link to the value \haddocktt{Foo} (which shouldn't exist).\par}
\end{haddockdesc}