Open nrolland opened 8 years ago
I haven't updated this library in a long time. With the recent changes to instance arguments in Agda, the overloading mechanism that I was using should probably be redesigned and rewritten. It is probably going to require quite a lot of work before it can be typechecked again.
Is there any way to point to a freezed Agda/Standard lib version which would make it work ?
Probably Agda 2.3.2. The standard lib is irrelevant, because agda-categories does not use it.
Hi,
I was trying to load your library with
Agda version 2.5.1
, standard libraryv0.12
and agda-base at 823c684 (2016-06-19) but it could not compile with error/agda-categories/category/category/zero.agda:13,8-18
It might be a stupid thing on my part, as I did not use agda for some time..