-
Notifications
You must be signed in to change notification settings - Fork 264
top-level README.agda (and Everything.agda) #1743
Copy link
Copy link
Closed
Labels
Milestone
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.
Reactions are currently unavailable