diff options
Diffstat (limited to 'plugins/rtauto/g_rtauto.ml4')
-rw-r--r-- | plugins/rtauto/g_rtauto.ml4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/rtauto/g_rtauto.ml4 b/plugins/rtauto/g_rtauto.ml4 new file mode 100644 index 00000000..4cbe8436 --- /dev/null +++ b/plugins/rtauto/g_rtauto.ml4 @@ -0,0 +1,16 @@ +(************************************************************************) +(* 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 *) +(************************************************************************) + +(* $Id$*) + +(*i camlp4deps: "parsing/grammar.cma" i*) + +TACTIC EXTEND rtauto + [ "rtauto" ] -> [ Refl_tauto.rtauto_tac ] +END + |