-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
How's that saying go, it's always spring somewhere?
- Loading branch information
Showing
195 changed files
with
719 additions
and
977 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,16 @@ | ||
# Description | ||
|
||
Please include a quick description of the changes here. | ||
_Please include a quick description of your changes here._ | ||
|
||
## Checklist | ||
|
||
Before submitting a merge request, please check the items below: | ||
|
||
- [ ] The imports are sorted with `support/sort-imports.hs` | ||
- [ ] I've read [the contributing guidelines](https://github.com/plt-amy/1lab/blob/main/CONTRIBUTING.md). | ||
- [ ] The imports of new modules have been sorted with `support/sort-imports.hs`. | ||
- [ ] All new code blocks have "agda" as their language. | ||
|
||
- [ ] All code blocks have "agda" as their language. This is so that | ||
tools like Tokei can report accurate line counts for proofs vs. text. | ||
|
||
- [ ] Proofs are explained to a satisfactory degree; This is subjective, | ||
of course, but proofs should be comprehensible to a hypothetical human | ||
whose knowledge is limited to a working understanding of non-cubical | ||
Agda, and the stuff your pages link to. | ||
|
||
The following items are encouraged, but optional: | ||
|
||
- [ ] If you feel comfortable, add yourself to the Authors page! Add a | ||
profile picture that's recognisably "you" under support/pfps; The | ||
picture should be recognisable at 128x128px, should look good in a | ||
squircle, and shouldn't be more than 200KiB. | ||
|
||
- [ ] If your contribution makes mention of a negative statement, but | ||
does not prove the negative (perhaps because it would distract from the | ||
main point), consider adding it to the counterexamples folder. | ||
|
||
- [ ] If a proof can be done in both "cubical style", and "book HoTT | ||
style", and you have the energy to do both, consider doing both! | ||
However, it is **completely fine** to only do one! For instance, I | ||
(Amélia) am much better at writing proofs "book-style". | ||
|
||
If a commit affects many files without adding any content and you don't | ||
want your name to appear on those pages (for example, treewide refactorings | ||
or reformattings), start the commit message with `chore:` or include the word | ||
`NOAUTHOR` anywhere. | ||
If a commit affects many files without adding substantial content, and | ||
you don't want your name to appear on those pages (for example, treewide | ||
refactorings or reformattings), start the commit message with `chore:` | ||
or include the word `NOAUTHOR` anywhere. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,31 @@ | ||
/html | ||
/_build/ | ||
/node_modules | ||
config.mk | ||
/.vscode | ||
/rubtmp* | ||
/Makefile | ||
src/wip/ | ||
.DS_Store | ||
*~ | ||
*.agdai | ||
/result | ||
.shake | ||
|
||
|
||
# Canonical location for work-in-progress stuff | ||
src/wip/ | ||
|
||
# Developer configuration | ||
/Makefile | ||
/.vscode | ||
/.envrc | ||
/.direnv | ||
.ghci | ||
hie.yaml | ||
/*.sh | ||
|
||
# Build output | ||
/html | ||
/_build | ||
/result* | ||
/node_modules | ||
/dist-newstyle | ||
/stack.yaml.lock | ||
/.stack-work | ||
.shake | ||
*.agdai | ||
*.hi | ||
*.o | ||
*.hi-boot | ||
*.o-boot | ||
/rubtmp* | ||
|
This file contains 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
Oops, something went wrong.