From b0f3857eca168ee5d843e86b7678ac3d5375b07c Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Sun, 6 Apr 2014 14:59:59 -0400 Subject: Full support for int31 values in native compiler. --- kernel/retroknowledge.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kernel/retroknowledge.ml') diff --git a/kernel/retroknowledge.ml b/kernel/retroknowledge.ml index b39ae94a5..f4b57d085 100644 --- a/kernel/retroknowledge.ml +++ b/kernel/retroknowledge.ml @@ -141,7 +141,8 @@ type reactive_end = {(*information required by the compiler of the VM *) (bool -> Nativeinstr.prefix -> constructor -> Nativeinstr.lambda array -> Nativeinstr.lambda) option; - native_before_match : (bool -> Cbytecodes.bytecodes -> Cbytecodes.bytecodes) option; + native_before_match : (bool -> Nativeinstr.prefix -> constructor -> + Nativeinstr.lambda -> Nativeinstr.lambda) option; native_decompile_const : (int -> Term.constr) option } -- cgit v1.2.3