aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/safe_typing.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/safe_typing.mli')
-rw-r--r--checker/safe_typing.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/checker/safe_typing.mli b/checker/safe_typing.mli
index 843352c20..f8c5a48f3 100644
--- a/checker/safe_typing.mli
+++ b/checker/safe_typing.mli
@@ -23,3 +23,11 @@ val import :
System.physical_path -> compiled_library -> Digest.t -> unit
val unsafe_import :
System.physical_path -> compiled_library -> Digest.t -> unit
+
+module LightenLibrary :
+sig
+ type table
+ type lighten_compiled_library
+ val save : compiled_library -> lighten_compiled_library * table
+ val load : load_proof:bool -> (unit -> table) -> lighten_compiled_library -> compiled_library
+end