aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/cemitcodes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cemitcodes.mli')
-rw-r--r--kernel/cemitcodes.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/cemitcodes.mli b/kernel/cemitcodes.mli
index 438da15dd..ca6da65e1 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 *)