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, 2 insertions, 1 deletions
diff --git a/kernel/mod_subst.mli b/kernel/mod_subst.mli
index e22a3eb7d..2514e409c 100644
--- a/kernel/mod_subst.mli
+++ b/kernel/mod_subst.mli
@@ -90,7 +90,8 @@ val from_val : 'a -> 'a substituted
val force : (substitution -> 'a -> 'a) -> 'a substituted -> 'a
val subst_substituted : substitution -> 'a substituted -> 'a substituted
-(*i debugging *)
+(**/**)
+(* debugging *)
val debug_string_of_subst : substitution -> string
val debug_pr_subst : substitution -> Pp.std_ppcmds
val debug_string_of_delta : delta_resolver -> string