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.
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
Zariski coverage on CommRing^op #1082
Zariski coverage on CommRing^op #1082
Changes from all commits
7d4cdfa
e4d5d8d
302c25a
5fe247f
3f2e7f8
c29f845
d83b855
63c770b
2ed6538
c35bc4d
808e042
18d797c
591c1b7
0e1bd40
0b8f3c0
4a91d86
30cfe2f
4e7f178
3e07b19
d5135d5
1014c10
559f835
9b4166d
52d87b5
25b3b35
f0ab030
bcb3fa9
1624210
e11bb18
5263ae5
8632bf4
e23b691
ce9d598
8629581
09fc8f4
3478bf4
bf836d2
fac763b
dc62e42
bbd7336
76b4e65
170cd45
c625bd7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately,
--lossy-unification
is needed to both show thatψ
has the above type and fills the goal where it's used. I tried to play around withopaque
, but to no avail.Any ideas anyone?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the solution should be to make the operation
R[1/_]AsCommRing
opaque. But I don't have the energy to actually carry that out, it is used in too many places.