We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9908118 commit 2e7f279Copy full SHA for 2e7f279
AGENTS.md
@@ -6,5 +6,7 @@
6
`ops/`; the real evaluator is in `eval/`; the REPL is in `repl.rkt`.
7
The tests are in `test.rkt`; the nightly is `time.rkt`. The nightly
8
also has various helper functions in `infra/`
9
+- Mandatory auto-format. Always run `make fmt` before finishing your
10
+ task to format your code correctly.
11
- When editing an interval arithmetic function, always run the tests.
12
Run tests with `racket -y test.rkt add` (for the right function).
0 commit comments