diff options
Diffstat (limited to 'plugins/firstorder/ground.mli')
-rw-r--r-- | plugins/firstorder/ground.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/firstorder/ground.mli b/plugins/firstorder/ground.mli new file mode 100644 index 00000000..3c0e903f --- /dev/null +++ b/plugins/firstorder/ground.mli @@ -0,0 +1,13 @@ +(************************************************************************) +(* 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$ *) + +val ground_tac: Tacmach.tactic -> + (Proof_type.goal Tacmach.sigma -> Sequent.t) -> Tacmach.tactic + |