diff options
Diffstat (limited to 'kernel/mod_subst.mli')
| -rw-r--r-- | kernel/mod_subst.mli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/mod_subst.mli b/kernel/mod_subst.mli index f9b76e6eed..dd240d7f31 100644 --- a/kernel/mod_subst.mli +++ b/kernel/mod_subst.mli @@ -137,3 +137,8 @@ val subst_mps : substitution -> constr -> constr val occur_mbid : mod_bound_id -> substitution -> bool +(** [repr_substituted r] dumps the representation of a substituted: + - [None, a] when r is a value + - [Some s, a] when r is a delayed substitution [s] applied to [a] *) + +val repr_substituted : 'a substituted -> substitution list option * 'a |
