From 9a4340d2fdba8452d04a47402b5c1ad7bcc7f97b Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 23 Jan 2018 17:09:08 +0100 Subject: apply_type: add option "typecheck" passed down to refine --- tactics/tactics.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics/tactics.mli') diff --git a/tactics/tactics.mli b/tactics/tactics.mli index 83fc655f1..ca8e0f20c 100644 --- a/tactics/tactics.mli +++ b/tactics/tactics.mli @@ -185,7 +185,7 @@ val revert : Id.t list -> unit Proofview.tactic (** {6 Resolution tactics. } *) -val apply_type : constr -> constr list -> unit Proofview.tactic +val apply_type : typecheck:bool -> constr -> constr list -> unit Proofview.tactic val bring_hyps : named_context -> unit Proofview.tactic val apply : constr -> unit Proofview.tactic -- cgit v1.2.3