Closed
Description
Over in agda-categories we have agda/agda-categories#342 which is about Everything.agda
that's in the repo but doesn't typecheck.
The situation is different in stdlib: Everything.agda
is generated for the doc, but not in the repo. README.agda
is, however, in. It has the same problem, in that it doesn't typecheck where it is (AFAIK).
I'm not quite sure what to do about it. But likely the same 'solution' is likely to apply to both libraries - thus this issue.