aboutsummaryrefslogtreecommitdiff
path: root/kernel/term.mli
diff options
context:
space:
mode:
authorherbelin2000-06-02 13:08:23 +0000
committerherbelin2000-06-02 13:08:23 +0000
commit6c3dc5c013654a7fe50d2ae23e834560e1637f15 (patch)
tree0048f12cbadccff4e8923dd6702c9cf3dc609e57 /kernel/term.mli
parent04e3a8c1269f3880b61db3db3e38da57e5af718a (diff)
doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@492 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 787f51c63b..69bd7d644f 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -548,7 +548,7 @@ val occur_evar : existential_key -> constr -> bool
in c, [false] otherwise *)
val occur_var : identifier -> 'a term -> bool
-(* [dependent M N] is true iff M is eq_constr with a subterm of N
+(* [dependent M N] is true iff M is eq\_constr with a subterm of N
M is appropriately lifted through abstractions of N *)
val dependent : constr -> constr -> bool