diff options
Diffstat (limited to 'parsing/g_zsyntax.mli')
-rw-r--r-- | parsing/g_zsyntax.mli | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/parsing/g_zsyntax.mli b/parsing/g_zsyntax.mli new file mode 100644 index 00000000..6a7aeb14 --- /dev/null +++ b/parsing/g_zsyntax.mli @@ -0,0 +1,11 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) + +(*i $Id: g_zsyntax.mli,v 1.6.6.1 2004/07/16 19:30:39 herbelin Exp $ i*) + +(* Nice syntax for integers. *) |