aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/class_tactics.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-21 00:26:02 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-21 00:36:57 +0100
commita581331f26d96d1a037128ae83bebd5e6c27f665 (patch)
treea45c2df2962dffd9ccdab2806f23c717d87d9fdc /tactics/class_tactics.mli
parentdf6132c06f9c8480b01f0a269cd1b95bbaa7f912 (diff)
Creating a dedicated ltac/ folder for Hightactics.
Diffstat (limited to 'tactics/class_tactics.mli')
-rw-r--r--tactics/class_tactics.mli32
1 files changed, 0 insertions, 32 deletions
diff --git a/tactics/class_tactics.mli b/tactics/class_tactics.mli
deleted file mode 100644
index f1bcfa7dd..000000000
--- a/tactics/class_tactics.mli
+++ /dev/null
@@ -1,32 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-
-open Names
-open Constr
-open Tacmach
-
-val catchable : exn -> bool
-
-val set_typeclasses_debug : bool -> unit
-val get_typeclasses_debug : unit -> bool
-
-val set_typeclasses_depth : int option -> unit
-val get_typeclasses_depth : unit -> int option
-
-val progress_evars : unit Proofview.tactic -> unit Proofview.tactic
-
-val typeclasses_eauto : ?only_classes:bool -> ?st:transparent_state ->
- Hints.hint_db_name list -> tactic
-
-val head_of_constr : Id.t -> Term.constr -> unit Proofview.tactic
-
-val not_evar : constr -> unit Proofview.tactic
-
-val is_ground : constr -> tactic
-
-val autoapply : constr -> Hints.hint_db_name -> tactic