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

Add a Regularity Tactic #149

Closed
TOTBWF opened this issue Oct 23, 2022 · 1 comment
Closed

Add a Regularity Tactic #149

TOTBWF opened this issue Oct 23, 2022 · 1 comment
Assignees

Comments

@TOTBWF
Copy link
Collaborator

TOTBWF commented Oct 23, 2022

When dealing with some displayed category stuff, it's very easy to get owned by a bunch of transports that are stuck on refl. This is really tedious to clean up, so we should automate it!

The most naive solution here is to repeatedly re-traverse the term looking for stuck transports, and then buidling ap calls, but we can probably do better with a single traversal + some sort of zipper structure.

@TOTBWF TOTBWF self-assigned this Oct 23, 2022
@TOTBWF
Copy link
Collaborator Author

TOTBWF commented Oct 24, 2022

Will be closed by #150

@plt-amy plt-amy closed this as completed Dec 18, 2022
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

No branches or pull requests

2 participants