-
Notifications
You must be signed in to change notification settings - Fork 67
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
Yoneda is broken #396
Comments
Wild guess (don't have time to look at the details right now): you have a different version of stdlib. 1.7 and 2.0 are very different, and agda-categories only works for sure with 1.7. There's a PR with 2.0 compatibility, but it won't get pulled in until 2.0 is shipped. |
It is very likely. I indeed have 2.0 on both machines... So it's me! Good to know. |
You might be able to pull PR #452 into your development, and that might work. Or revert to 1.7. |
You probably mean #352 but it seems I can't pull it locally (it's a work in progress) |
Typo, yes. |
So can I close this issue? |
The following code containing only a few imports
yields an error
More precisely, importing
Categories.Adjoint.Properties
raises the problem.On a different machine, a few hours before, a similar error was thrown (same file, but different: it said that
yoneda-inverse
didn't have the fieldsf
,f^{-1}
, etc, but insteadto
,from
,to-cong
,from-cong
andinverse
). Considering the issue is present on two different machines, I doubt this has to do with my local version of the repo, so... what happened?The text was updated successfully, but these errors were encountered: