aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/mod_subst.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/mod_subst.mli')
-rw-r--r--kernel/mod_subst.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/mod_subst.mli b/kernel/mod_subst.mli
index fa37c2509..f4003c7f9 100644
--- a/kernel/mod_subst.mli
+++ b/kernel/mod_subst.mli
@@ -55,6 +55,9 @@ val occur_mbid : mod_bound_id -> substitution -> bool
val subst_kn : substitution -> kernel_name -> kernel_name
val subst_con : substitution -> constant -> constant
+val subst_evaluable_reference :
+ substitution -> evaluable_global_reference -> evaluable_global_reference
+
(* [subst_mps sub c] performs the substitution [sub] on all kernel
names appearing in [c] *)