coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Leonardo Rodriguez <leonardomatiasrodriguez AT gmail.com>
- To: coq-club <coq-club AT inria.fr>
- Subject: [Coq-Club] ltac to unfold every local definition
- Date: Wed, 2 Oct 2013 14:59:06 -0300
Hi Coq Club,
Suppose you have some goal like thist3 := third_term : A
t4 := fourth_term t3 : A==============
with
my_type (first_term) (second_term) = fourth_term third_term
I'm trying to avoid doing:unfold t1
unfold t4
I don't know too much Ltac, but I tried to do
repeat match goal with
[H : _ |- _] =>
try unfold H
end
and it seems not to match with local variables.
Thank you!
- [Coq-Club] ltac to unfold every local definition, Leonardo Rodriguez, 10/02/2013
- Re: [Coq-Club] ltac to unfold every local definition, Leonardo Rodriguez, 10/02/2013
- Re: [Coq-Club] ltac to unfold every local definition, Rui Baptista, 10/03/2013
- Re: [Coq-Club] ltac to unfold every local definition, Leonardo Rodriguez, 10/03/2013
- Re: [Coq-Club] ltac to unfold every local definition, Jason Gross, 10/03/2013
- Re: [Coq-Club] ltac to unfold every local definition, Leonardo Rodriguez, 10/03/2013
- Re: [Coq-Club] ltac to unfold every local definition, Rui Baptista, 10/03/2013
- Re: [Coq-Club] ltac to unfold every local definition, Leonardo Rodriguez, 10/02/2013
Archive powered by MHonArc 2.6.18.