aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/refman/Cases.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/refman/Cases.tex')
-rw-r--r--doc/refman/Cases.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/refman/Cases.tex b/doc/refman/Cases.tex
index dfe9e94c2..c8eb76c27 100644
--- a/doc/refman/Cases.tex
+++ b/doc/refman/Cases.tex
@@ -277,6 +277,7 @@ The previous examples illustrate pattern matching on objects of
non-dependent types, but we can also
use the expansion strategy to destructure objects of dependent type.
Consider the type \texttt{listn} of lists of a certain length:
+\label{listn}
\begin{coq_example}
Inductive listn : nat -> Set :=