diff options
Diffstat (limited to 'kernel/safe_typing.mli')
| -rw-r--r-- | kernel/safe_typing.mli | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel/safe_typing.mli b/kernel/safe_typing.mli index 351dda7012..25e0a05ba3 100644 --- a/kernel/safe_typing.mli +++ b/kernel/safe_typing.mli @@ -112,7 +112,13 @@ val import : compiled_library -> Digest.t -> safe_environment (** Remove the body of opaque constants *) -val lighten_library : compiled_library -> compiled_library +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 (** {6 Typing judgments } *) |
