-
Notifications
You must be signed in to change notification settings - Fork 144
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
Mayer-Vietoris #954
Mayer-Vietoris #954
Conversation
Do you know that |
Ugh, yeah, I hadn't tried it for this version, but for the ZCohomology version I had the same problem. Didn't remember the unsolved metas, but I think type-checking is too slow even when you spell them out. My guess is that Agda is unfolding the definition of the cohomology group structure every time you try to define a homomorphism of cohomology groups. |
I see. I don't know if anything bad can come from this. |
We could just merge that, if you change "--experimental-lossy-unification" to "--lossy-unification" - it still checks on current master. |
Is this the only change needed to merge the PR? |
Last time I checked it was |
I fixed it. Looks like many files in the library still have |
No. Did you look at the version this PR is based on? |
Oh yeah, so it will be fine once we merge? |
Yes |
Great! I guess I've been too busy with other things for so long that I've forgotten how git works hehe |
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.
With my fix let's merge this once the CI is happy
It shouldn't be, because the CI will use an old version of agda ;-) |
If we want the CI to be happy, we will need to rebase onto master/merge master. |
Ok, I guess that means I have a wrong idea about what the CI actually does. |
Lol, you made me very confused just now... |
@felixwellen do you want to merge? |
I don't get why it didn't fail, but let's just merge it - I have time to fix things, if it fails. |
I guess the changes are compatible with the state of master and the CI has confirmed that it doesn't fail after merging? |
This PR contains the Mayer-Vietoris sequence for cohomology with arbitrary coefficients. Basically directly copied from the ZCohomology version.