diff options
| author | barras | 2011-08-01 13:11:47 +0000 |
|---|---|---|
| committer | barras | 2011-08-01 13:11:47 +0000 |
| commit | 6e22698aa7b463bb0a45c8eed84a0e8cb2476fcf (patch) | |
| tree | 9353a4d28597a3477ae7ddff1129bdabbc5a5295 /kernel/mod_subst.mli | |
| parent | 172ed0c8c5c66f22b17e07de792da41c3d925b77 (diff) | |
fixed bug 2580. Quick fix: copy emitcodes before patching it
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14376 85f007b7-540e-0410-9357-904b9bb8a0f7
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 |
