-
Notifications
You must be signed in to change notification settings - Fork 377
Some documentation fixes #7065
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
Merged
Merged
Some documentation fixes #7065
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andreasabel
approved these changes
Jan 21, 2024
8000
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, great help!
andreasabel
approved these changes
Jan 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Glad I could contribute with something! 😄 |
andreasabel
pushed a commit
that referenced
this pull request
Feb 8, 2024
* documentation fixes `lexical-structure` * documentation fixes `built-ins` * misc typos * add remark about chesion * update `safe-agda` * add vscode workspace settings * double tick `as` * review
andreasabel
added a commit
that referenced
this pull request
Feb 13, 2024
VitalyAnkh
pushed a commit
to VitalyAnkh/agda
that referenced
this pull request
Mar 5, 2024
* documentation fixes `lexical-structure` * documentation fixes `built-ins` * misc typos * add remark about chesion * update `safe-agda` * add vscode workspace settings * double tick `as` * review
VitalyAnkh
pushed a commit
to VitalyAnkh/agda
that referenced
this pull request
Mar 5, 2024
JobPetrovcic
pushed a commit
to JobPetrovcic/agda
that referenced
this pull request
Apr 12, 2024
* documentation fixes `lexical-structure` * documentation fixes `built-ins` * misc typos * add remark about chesion * update `safe-agda` * add vscode workspace settings * double tick `as` * review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
--cohesion
not including the full set-up for cohesive homotopy type theorySet
is not a reserved keywordopaque
andunfolding
are reserved keywordsas
has special meaning inimport
statementsdoc/user-manual/language/safe-agda
to be accurate and complete, based onunsafePragmaOptions
and discussion I could find.doc/user-manual/language/built-ins
, and remark onLevelUniv
.Remarks / Questions
.vscode/settings.json
was added to.gitignore
under the justification that the repository should not hold user settings, but this file is meant for repository-wide settings that help homogenize the contribution experience. For instance, the documentation seems to have a working line character limit of about 80 characters. This file allows you to add settings gently informing contributors about this with the settingdoc/user-manual/language/safe-agda
leaves some justification missing. I would for instance love to know why--flat-split
together with--without-K
is disallowed. All the discussion I could find seemed to be about cubical. Also, I don't know what's up with--sized-types
.Apologies in advance if any of the changes are unwelcome!