diff options
Diffstat (limited to 'plugins/extraction/scheme.mli')
-rw-r--r-- | plugins/extraction/scheme.mli | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/extraction/scheme.mli b/plugins/extraction/scheme.mli index c7c3d8b5..405842f0 100644 --- a/plugins/extraction/scheme.mli +++ b/plugins/extraction/scheme.mli @@ -1,11 +1,9 @@ (************************************************************************) (* 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: scheme.mli 14641 2011-11-06 11:59:10Z herbelin $ i*) - val scheme_descr : Miniml.language_descr |