aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/eConstr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'engine/eConstr.mli')
-rw-r--r--engine/eConstr.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/eConstr.mli b/engine/eConstr.mli
index d6b2113d2..83536d6f8 100644
--- a/engine/eConstr.mli
+++ b/engine/eConstr.mli
@@ -114,6 +114,7 @@ val isCase : Evd.evar_map -> t -> bool
val isProj : Evd.evar_map -> t -> bool
val isArity : Evd.evar_map -> t -> bool
val isVarId : Evd.evar_map -> Id.t -> t -> bool
+val isRelN : Evd.evar_map -> int -> t -> bool
val destRel : Evd.evar_map -> t -> int
val destMeta : Evd.evar_map -> t -> metavariable