aboutsummaryrefslogtreecommitdiff
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
authorherbelin2001-11-09 17:26:39 +0000
committerherbelin2001-11-09 17:26:39 +0000
commiteddc388071fc1d1eba06b96732f9b195b88d1054 (patch)
tree8970a12579c8745b78a04b5eb6c64ed1991e6dc4 /kernel/inductive.mli
parent845f412e6aad6a42c9aa107e230d8986b12c22e1 (diff)
MAJ pour make doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2177 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/inductive.mli')
-rw-r--r--kernel/inductive.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli
index dbaf367889..f4d5b53461 100644
--- a/kernel/inductive.mli
+++ b/kernel/inductive.mli
@@ -59,7 +59,7 @@ val type_case_branches :
env -> inductive * constr list -> unsafe_judgment -> constr
-> types array * types * constraints
-(* Check a case_info actually correspond to a Case expression on the
+(* Check a [case_info] actually correspond to a Case expression on the
given inductive type. *)
val check_case_info : env -> inductive -> case_info -> unit