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.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/checker/safe_typing.mli b/checker/safe_typing.mli
index 78107455c..73f705182 100644
--- a/checker/safe_typing.mli
+++ b/checker/safe_typing.mli
@@ -34,10 +34,6 @@ sig
type table
type lightened_compiled_library
- (** [save] splits a library into a lightened library with indexes
- and a table that maps these indexes to opaque terms. *)
- val save : compiled_library -> lightened_compiled_library * table
-
(** [load lpf get_table lcl] builds a compiled library from a
lightened library [lcl] by remplacing every index by its related
opaque terms inside the table obtained by [get_table ()].