aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/auto.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-04-23 18:51:11 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-04-23 18:51:11 +0000
commit7e02b97b3017a5a3055fca8e0fc6e89f84b6a1c4 (patch)
tree1009560f396c397caa537471fc922aa0fb2af0bf /tactics/auto.mli
parente3567014035a55cfde44099ce59d142d084faac5 (diff)
remove undocumented and scarcely-used tactic auto decomp
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15241 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/auto.mli')
-rw-r--r--tactics/auto.mli11
1 files changed, 0 insertions, 11 deletions
diff --git a/tactics/auto.mli b/tactics/auto.mli
index 69a526e5a..49a7ef305 100644
--- a/tactics/auto.mli
+++ b/tactics/auto.mli
@@ -264,17 +264,6 @@ val h_trivial : ?debug:Tacexpr.debug ->
val pr_autotactic : 'a auto_tactic -> Pp.std_ppcmds
-(** Destructing Auto *)
-
-(** DAuto *)
-val dauto : ?debug:Tacexpr.debug ->
- int option * int option -> open_constr list -> tactic
-val default_search_decomp : int ref
-val default_dauto : tactic
-
-val h_dauto : ?debug:Tacexpr.debug ->
- int option * int option -> open_constr list -> tactic
-
(** Hook for changing the initialization of auto *)
val add_auto_init : (unit -> unit) -> unit