aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/summary.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/summary.mli')
-rw-r--r--library/summary.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/summary.mli b/library/summary.mli
index fd1b324c9..36e265ddf 100644
--- a/library/summary.mli
+++ b/library/summary.mli
@@ -47,3 +47,10 @@ type frozen
val freeze_summaries : unit -> frozen
val unfreeze_summaries : frozen -> unit
val init_summaries : unit -> unit
+
+(** The type [frozen_bits] is a snapshot of some of the registered tables *)
+type frozen_bits
+
+val freeze_summary :
+ marshallable:bool -> ?complement:bool -> string list -> frozen_bits
+val unfreeze_summary : frozen_bits -> unit