diff options
| author | barras | 2003-03-12 17:49:21 +0000 |
|---|---|---|
| committer | barras | 2003-03-12 17:49:21 +0000 |
| commit | cb1ae314411d78952062e5092804b85d981ad6e1 (patch) | |
| tree | 52b9a4058c89b5849d875a4c1129951f35e9c1b1 /parsing/g_zsyntaxnew.mli | |
| parent | 7cb6a61133b6e3c2cd5601282a1f472ff0104c1f (diff) | |
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3761 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/g_zsyntaxnew.mli')
| -rw-r--r-- | parsing/g_zsyntaxnew.mli | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/parsing/g_zsyntaxnew.mli b/parsing/g_zsyntaxnew.mli new file mode 100644 index 0000000000..a8370f6306 --- /dev/null +++ b/parsing/g_zsyntaxnew.mli @@ -0,0 +1,11 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) +(* \VV/ *************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(***********************************************************************) + +(*i $Id$ i*) + +(* Nice syntax for integers. *) |
