summaryrefslogtreecommitdiff
path: root/contrib/cc/cctac.mli
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cc/cctac.mli')
-rw-r--r--contrib/cc/cctac.mli16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/cc/cctac.mli b/contrib/cc/cctac.mli
new file mode 100644
index 00000000..6082beb6
--- /dev/null
+++ b/contrib/cc/cctac.mli
@@ -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: cctac.mli 7298 2005-08-17 12:56:38Z corbinea $ *)
+
+open Term
+open Proof_type
+
+val cc_tactic : constr list -> tactic
+
+val cc_fail : tactic