aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/summary.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/summary.mli')
-rw-r--r--library/summary.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/summary.mli b/library/summary.mli
index d381543b9..781b31144 100644
--- a/library/summary.mli
+++ b/library/summary.mli
@@ -10,6 +10,7 @@
(*i*)
open Names
+open Libnames
(*i*)
(* This module registers the declaration of global tables, which will be kept
@@ -22,12 +23,14 @@ type 'a summary_declaration = {
survive_section : bool }
val declare_summary : string -> 'a summary_declaration -> unit
+val declare_global_environment : 'a summary_declaration -> unit
type frozen
val freeze_summaries : unit -> frozen
val unfreeze_summaries : frozen -> unit
val unfreeze_lost_summaries : frozen -> unit
+val unfreeze_other_summaries : frozen -> unit
val init_summaries : unit -> unit