aboutsummaryrefslogtreecommitdiff
path: root/engine/eConstr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-10-06 14:58:45 +0200
committerPierre-Marie Pédrot2020-11-04 13:43:57 +0100
commitab6ebfc1f42d96d50763f2dcd6b8322b12613d3d (patch)
treec7f7a53b2d563c481f43ef3c416f92bcb4164c8e /engine/eConstr.mli
parentf4c1b8b9ffdb5e531685130824fc4ce03a3e9794 (diff)
Further code simplification in arbitrary hint interpretation.
We reuse the standard code path for term interpretation instead of trying to mangle it.
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 a018f4064f..882dfe2848 100644
--- a/engine/eConstr.mli
+++ b/engine/eConstr.mli
@@ -295,6 +295,7 @@ val closedn : Evd.evar_map -> int -> t -> bool
val closed0 : Evd.evar_map -> t -> bool
val subst_univs_level_constr : Univ.universe_level_subst -> t -> t
+val subst_univs_constr : Univ.universe_subst -> t -> t
val subst_of_rel_context_instance : rel_context -> t list -> t list