Notebook elaboration for equality types#1061
Merged
Conversation
KevinDCarlson
commented
Feb 19, 2026
0f76c07 to
342933e
Compare
8d315a1 to
1f49909
Compare
cffcd0d to
20606f3
Compare
Member
1f49909 to
718dc5e
Compare
Collaborator
Author
epatters
requested changes
Mar 20, 2026
|
|
||
| /// Equation between morphisms has one or more errors. | ||
| Eq(usize, NonEmpty<InvalidPathEq>), | ||
| Eqn(Option<usize>, NonEmpty<InvalidPathEq>), |
Member
There was a problem hiding this comment.
Why is this an Option now?
Edit: Ok, from the comment below, I now remember what's going. Can you please put a FIXME in the comment above as a reminder to undo this once we've fixed #1017.
epatters
approved these changes
Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #1047 and #1060. Elaboration of notebooks containing equations to the type theory. Note that the diffs to modules in
ttother thannotebook_evalitself are spurious, due to the double parentage.