aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Tactics/SubstLet.v
blob: 8b11cb403861f7fb6bd38479c7a77c730ec58c4f (plain)
1
Ltac subst_let := repeat match goal with | x := _ |- _ => subst x end.