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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: