summaryrefslogtreecommitdiff
path: root/tactics/decl_proof_instr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/decl_proof_instr.mli')
-rw-r--r--tactics/decl_proof_instr.mli12
1 files changed, 10 insertions, 2 deletions
diff --git a/tactics/decl_proof_instr.mli b/tactics/decl_proof_instr.mli
index ba8dc7b6..642f2755 100644
--- a/tactics/decl_proof_instr.mli
+++ b/tactics/decl_proof_instr.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id:$ *)
+(* $Id$ *)
open Refiner
open Names
@@ -112,7 +112,15 @@ val hrec_for:
val consider_match :
bool ->
- Names.Idset.elt list ->
+ (Names.Idset.elt*bool) list ->
Names.Idset.elt list ->
(Term.types Decl_expr.statement, Term.types) Decl_expr.hyp list ->
Proof_type.tactic
+
+val thus_tac : constr -> constr -> (metavariable * types) list ->
+ tactic
+
+val build_applist : Term.types ->
+ Term.metavariable list ->
+ (Term.metavariable * Term.types) list * Term.types
+