Quantcast
Channel: Applying custom tactic in hypothesis - Proof Assistants Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Rincewind for Applying custom tactic in hypothesis

I believe replacing your definition of unfolds' withTactic Notation "unfolds" "in" hyp(H) := ... should work.That's how stdpp defines a similar tactic (see line 305 in...

View Article



Applying custom tactic in hypothesis

To avoid tedious repetition I have a tactic that looks something like this:Ltac unfolds := try unfold foo; try unfold bar; try unfold baz; apply some_lemma.However, sometimes the expressions I would...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images