aboutsummaryrefslogtreecommitdiff
path: root/engine/eConstr.mli
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-06 15:19:09 +0000
committerGitHub2020-11-06 15:19:09 +0000
commit6cebd412748b82c4c9bbef295503ed1954981b45 (patch)
treea81e36c5744ab2df192020fad095d4683abd467c /engine/eConstr.mli
parente5dc6e5cd189fb0e6fff672d7e978c62b4d4c160 (diff)
parent124135344d6c9ef1f7622b8340c16cc3d5ac8e06 (diff)
Merge PR #13139: Clean the constr-as-hint API
Reviewed-by: SkySkimmer
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