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.mli22
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/cc/cctac.mli b/contrib/cc/cctac.mli
deleted file mode 100644
index 57ad0558..00000000
--- a/contrib/cc/cctac.mli
+++ /dev/null
@@ -1,22 +0,0 @@
-(************************************************************************)
-(* 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 10637 2008-03-07 23:52:56Z letouzey $ *)
-
-open Term
-open Proof_type
-
-val proof_tac: Ccproof.proof -> Proof_type.tactic
-
-val cc_tactic : int -> constr list -> tactic
-
-val cc_fail : tactic
-
-val congruence_tac : int -> constr list -> tactic
-
-val f_equal : tactic