agda / cubical

An experimental library for Cubical Agda
https://agda.github.io/cubical/Cubical.README.html
Other
446 stars 136 forks source link

Category of groups, uniqness of adjunctions #1065

Closed marcinjangrzybowski closed 9 months ago

marcinjangrzybowski commented 10 months ago

PR contains some strict isomorphisms, but I was unable to apply declStrictIsoToEquiv macro to them (agda stalled)

marcinjangrzybowski commented 10 months ago

I developed this in agda 2.6.4, and see now that 2.6.3 in CI is not able to infere all metas. Is there plan to migrate cubical to 2.6.4 in near future? if not I will just make it more explicit.

felixwellen commented 10 months ago

There is a plan - I think I'll get to that in the next days.

felixwellen commented 10 months ago

If you want to use cat-solvers with agda 2.6.4, you can use the change in this PR #1050

marcinjangrzybowski commented 10 months ago

I made definitions slightly more explicit to make it work with 2.6.3

marcinjangrzybowski commented 10 months ago

it seams that 2.6.3 is not able to fully make use of the fact that ^opF is strict incolution

felixwellen commented 9 months ago

Please rebase/merge master to fix the CI issue

felixwellen commented 9 months ago

... to have these things. I guess you are working on things which will use this stuff in conjunction...

marcinjangrzybowski commented 9 months ago

Yes :) expect next PR this weekend!