From 6b649aba925b6f7462da07599fe67ebb12a3460e Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Wed, 28 Jul 2004 21:54:47 +0000 Subject: Imported Upstream version 8.0pl1 --- tactics/dhyp.mli | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tactics/dhyp.mli (limited to 'tactics/dhyp.mli') diff --git a/tactics/dhyp.mli b/tactics/dhyp.mli new file mode 100644 index 00000000..a0cef679 --- /dev/null +++ b/tactics/dhyp.mli @@ -0,0 +1,32 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* tactic) -> unit +val set_extern_intern_tac : (raw_tactic_expr -> glob_tactic_expr) -> unit + +(* +val dHyp : identifier -> tactic +val dConcl : tactic +*) +val h_destructHyp : bool -> identifier -> tactic +val h_destructConcl : tactic +val h_auto_tdb : int option -> tactic + +val add_destructor_hint : + Vernacexpr.locality_flag -> identifier -> (bool,unit) Tacexpr.location -> + Topconstr.constr_expr -> int -> raw_tactic_expr -> unit -- cgit v1.2.3