We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coq.ltac.call
Anomaly "Uncaught exception Not_found."
Here is an example by @proux01 (I didn't double-check):
From elpi Require Export elpi. From mathcomp Require Import ssreflect ssrfun ssrbool eqtype. Ltac ltac_foo := idtac. Elpi Tactic fail_foo. Elpi Accumulate lp:{{ pred solve i:goal, o:list sealed-goal. solve (goal _ _ _ _ [_] as G) GS :- coq.ltac.call "ltac_foo" [] G GS. }}. Elpi Typecheck. Goal True. Proof. elpi fail_foo ([the Equality.type of unit : Type]). Qed.
This is a blocking issue in releasing Algebra Tactics compatible with Coq 8.17.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Here is an example by @proux01 (I didn't double-check):
This is a blocking issue in releasing Algebra Tactics compatible with Coq 8.17.
The text was updated successfully, but these errors were encountered: