diff options
Diffstat (limited to 'contrib/fourier/g_fourier.ml4')
-rw-r--r-- | contrib/fourier/g_fourier.ml4 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/fourier/g_fourier.ml4 b/contrib/fourier/g_fourier.ml4 new file mode 100644 index 00000000..05c3adbd --- /dev/null +++ b/contrib/fourier/g_fourier.ml4 @@ -0,0 +1,17 @@ +(************************************************************************) +(* 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 camlp4deps: "parsing/grammar.cma" i*) + +(* $Id: g_fourier.ml4,v 1.1.12.1 2004/07/16 19:30:11 herbelin Exp $ *) + +open FourierR + +TACTIC EXTEND Fourier + [ "FourierZ" (* constr_list(l) *) ] -> [ fourier (* l *) ] +END |