Skip to content

Conversation

@bollu
Copy link
Collaborator

@bollu bollu commented Oct 4, 2024

This PR is a TODO, and has surprising interactions with Lean that I don't understand. I tried to cleanup the code to allow me to fix #154, but this lead to failures :( It's really unclear to me what's going to.

The key idea is this:

In the simp_mem tactic, I operate on it as a TacticM, using rewrite to imperatively edit the main goal state. This causes successive rewrites in subexpressions to step over each other. Rather, I should be writing this in MetaM, where simp_mem recusively walks the expression, and optionally rewrites it with one of the visitor patterns. This is a fairly large-scale change. and I was hoping that I could perform this change, which also using the opportunity to eliminate my uses of evalTactic. Unfortunately, that didn't happen, so I'm drafting this PR for now.

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 this pull request may close these issues.

simp_mem failure with GCMGmultV8

2 participants