aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorherbelin2001-11-09 17:26:39 +0000
committerherbelin2001-11-09 17:26:39 +0000
commiteddc388071fc1d1eba06b96732f9b195b88d1054 (patch)
tree8970a12579c8745b78a04b5eb6c64ed1991e6dc4 /kernel
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')
-rw-r--r--kernel/closure.mli2
-rw-r--r--kernel/inductive.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/closure.mli b/kernel/closure.mli
index 4abd866c35..96c86b05fd 100644
--- a/kernel/closure.mli
+++ b/kernel/closure.mli
@@ -115,7 +115,7 @@ type table_key =
| ConstKey of constant
| VarKey of identifier
| FarRelKey of int
- (* FarRel: index in the rel_context part of _initial_ environment *)
+ (* FarRel: index in the [rel_context] part of {\em initial} environment *)
type 'a infos
val ref_value_cache: 'a infos -> table_key -> 'a option
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