-
Notifications
You must be signed in to change notification settings - Fork 69
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
Create a contributor's guide #308
Comments
I'll start: apparently, its a bad idea to inline long equational proofs in record definitions.
|
|
paolobrasolin
added a commit
to paolobrasolin/agda-categories
that referenced
this issue
Jun 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Prompted by the discussion in #304 (comment).)
There are some guidelines in the README.md about what idioms to use and to avoid, but there are also a bunch of non-trivial patterns (like the use of the
sym-*
fields, or general strategies for avoiding bad performance) that don't seem to be documented in the repo. These should probably all go into a contributors guide.Until there's such a guide, we could maybe at least collect important points here.
The text was updated successfully, but these errors were encountered: