aboutsummaryrefslogtreecommitdiff
path: root/kernel/term.mli
diff options
context:
space:
mode:
authorclrenard2001-07-23 08:31:44 +0000
committerclrenard2001-07-23 08:31:44 +0000
commit28d38568e437a09fe3835e2644c4e420dbc4ba51 (patch)
treeb9514e251e3d1e9d89760a993f7e143451be5ff1 /kernel/term.mli
parent5128f2dc4fddac9f209c3f272cb4353f93f3cb6b (diff)
Comentaire errone.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1863 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.mli')
-rw-r--r--kernel/term.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index e81791426f..8a5a402a74 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -540,7 +540,7 @@ val subst_term_occ : occs:int list -> what:constr -> where:constr -> constr
val subst_term_occ_decl : occs:int list -> what:constr ->
where:named_declaration -> named_declaration
-(* [replace_subst_term c by_c in_t substitutes c by by_c in in_t *)
+(* [replace_term c by_c in_t substitutes c by by_c in in_t *)
val replace_term : constr -> constr -> constr -> constr
(* [subst_meta bl c] substitutes the metavar $i$ by $c_i$ in [c]