diff options
Diffstat (limited to 'parsing/g_natsyntax.mli')
-rw-r--r-- | parsing/g_natsyntax.mli | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/parsing/g_natsyntax.mli b/parsing/g_natsyntax.mli new file mode 100644 index 00000000..1471aed2 --- /dev/null +++ b/parsing/g_natsyntax.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_natsyntax.mli,v 1.3.16.1 2004/07/16 19:30:39 herbelin Exp $ i*) + +(* Nice syntax for naturals. *) |