diff options
Diffstat (limited to 'library/summary.mli')
-rw-r--r-- | library/summary.mli | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/library/summary.mli b/library/summary.mli index 5db9617b..7ded099a 100644 --- a/library/summary.mli +++ b/library/summary.mli @@ -1,14 +1,12 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2011 *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2012 *) (* \VV/ **************************************************************) (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: summary.mli 14641 2011-11-06 11:59:10Z herbelin $ i*) - -(* This module registers the declaration of global tables, which will be kept +(** This module registers the declaration of global tables, which will be kept in synchronization during the various backtracks of the system. *) type 'a summary_declaration = { |