Skip to content
New issue

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 fails with Anomaly "Uncaught exception Not_found." #436

Closed
pi8027 opened this issue Feb 28, 2023 · 0 comments · Fixed by #438
Closed

coq.ltac.call fails with Anomaly "Uncaught exception Not_found." #436

pi8027 opened this issue Feb 28, 2023 · 0 comments · Fixed by #438

Comments

@pi8027
Copy link
Contributor

pi8027 commented Feb 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant