aboutsummaryrefslogtreecommitdiff
path: root/kernel/term.mli
diff options
context:
space:
mode:
authorherbelin2012-03-20 08:02:11 +0000
committerherbelin2012-03-20 08:02:11 +0000
commit541ff113562c62381100caea84bf58ce5b2cd3ce (patch)
tree5e194ce12f2a98843bb0a39818715838e1905bd7 /kernel/term.mli
parent0a59c2e537040d3e74fd65cd738fa617cbd4f1e2 (diff)
Reorganizing the structure of evarutil.ml (only restructuration, no
change of semantics). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15060 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.mli')
-rw-r--r--kernel/term.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index a54130efa2..e83be6d63b 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -229,8 +229,9 @@ val kind_of_type : types -> (constr, types) kind_of_type
(** {6 Simple term case analysis. } *)
val isRel : constr -> bool
+val isRelN : int -> constr -> bool
val isVar : constr -> bool
-val isVarId : identifier -> constr -> bool
+val isVarId : identifier -> constr -> bool
val isInd : constr -> bool
val isEvar : constr -> bool
val isMeta : constr -> bool