diff options
Diffstat (limited to 'ide/coq_tactics.mli')
-rw-r--r-- | ide/coq_tactics.mli | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ide/coq_tactics.mli b/ide/coq_tactics.mli new file mode 100644 index 00000000..8d603346 --- /dev/null +++ b/ide/coq_tactics.mli @@ -0,0 +1,12 @@ +(************************************************************************) +(* 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: coq_tactics.mli,v 1.1.2.1 2004/07/16 19:30:20 herbelin Exp $ *) + +val tactics : string list + |