From 12965209478bd99dfbe57f07d5b525e51b903f22 Mon Sep 17 00:00:00 2001 From: coq Date: Fri, 2 Aug 2002 17:17:42 +0000 Subject: Modules dans COQ\!\!\!\! git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2957 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/summary.mli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'library/summary.mli') 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 -- cgit v1.2.3