From b01b06d3a843c97adc6c0a0621b8d681c10fa6fe Mon Sep 17 00:00:00 2001 From: sacerdot Date: Tue, 16 Nov 2004 15:49:08 +0000 Subject: Names.substitution (and related functions) and Term.subst_mps moved to the new module kernel/mod_subst.ml. MOTIVATION: mod_subst is compiled after kernel/term.ml; thus it is now possible to define substitutions that also delta-expand constants (by associating the delta-expanded form to the constant name). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6304 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/cemitcodes.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kernel/cemitcodes.mli') diff --git a/kernel/cemitcodes.mli b/kernel/cemitcodes.mli index 438da15ddd..ca6da65e1d 100644 --- a/kernel/cemitcodes.mli +++ b/kernel/cemitcodes.mli @@ -8,7 +8,7 @@ type reloc_info = type patch = reloc_info * int (* A virer *) -val subst_patch : substitution -> patch -> patch +val subst_patch : Mod_subst.substitution -> patch -> patch type emitcodes @@ -18,7 +18,7 @@ val patch_int : emitcodes -> (*pos*)int -> int -> unit type to_patch = emitcodes * (patch list) * fv -val subst_to_patch : substitution -> to_patch -> to_patch +val subst_to_patch : Mod_subst.substitution -> to_patch -> to_patch type body_code = | BCdefined of bool*to_patch @@ -34,7 +34,7 @@ val force : to_patch_substituted -> body_code val is_boxed : to_patch_substituted -> bool -val subst_to_patch_subst : substitution -> to_patch_substituted -> to_patch_substituted +val subst_to_patch_subst : Mod_subst.substitution -> to_patch_substituted -> to_patch_substituted val to_memory : bytecodes * bytecodes * fv -> to_patch (* init code, fun code, fv *) -- cgit v1.2.3