coq-tricks icon indicating copy to clipboard operation
coq-tricks copied to clipboard

Trick suggestion

Open Yu-zh opened this issue 5 years ago • 0 comments
trafficstars

I found the exploit tactic useful in case where I have H : P -> Q in the context or as a lemma and would like to have Q in the context with the assumption P left as a subgoal. The tactic is defined in: https://github.com/AbsInt/CompCert/blob/27beb944ff6ff18ea612c116e414eb40ce1320a6/lib/Coqlib.v#L57

Yu-zh avatar Nov 16 '20 02:11 Yu-zh