You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not experienced with Elpi so I might be misunderstanding this. But
Elpi Tactic abc.
Elpi Accumulate lp:{{
solve G GL :- coq.ltac.call "apply" [trm {{conj}}] G GL.
}}.
Goal forall(A B : Prop), A /\ B.
Proof.
intros A B.
elpi abc.
This fails for me and prints an error of "Ltac1 tactic apply not found."
Do I need to import something special? I have imported the Prelude and the Ltac module. rapply works.
The text was updated successfully, but these errors were encountered:
I am not experienced with Elpi so I might be misunderstanding this. But
This fails for me and prints an error of "Ltac1 tactic apply not found."
Do I need to import something special? I have imported the Prelude and the Ltac module.
rapply
works.The text was updated successfully, but these errors were encountered: