From 0e6facc70506d81e765c5a0be241a77bc7b22b85 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 2 Aug 2014 09:30:30 +0200 Subject: Adding a syntax "enough" for the variant of "assert" with the order of subgoals and the role of the "by tac" clause swapped. --- plugins/decl_mode/decl_proof_instr.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/decl_mode/decl_proof_instr.ml b/plugins/decl_mode/decl_proof_instr.ml index c230a9896..4218286b0 100644 --- a/plugins/decl_mode/decl_proof_instr.ml +++ b/plugins/decl_mode/decl_proof_instr.ml @@ -735,7 +735,7 @@ let consider_tac c hyps gls = | _ -> let id = pf_get_new_id (Id.of_string "_tmp") gls in tclTHEN - (Proofview.V82.of_tactic (forward None (Some (Loc.ghost, IntroIdentifier id)) c)) + (Proofview.V82.of_tactic (forward true None (Some (Loc.ghost, IntroIdentifier id)) c)) (consider_match false [] [id] hyps) gls -- cgit v1.2.3