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.
2 parents 005c66e + 2e7f279 commit 7cfbe39Copy full SHA for 7cfbe39
AGENTS.md
@@ -0,0 +1,12 @@
1
+
2
+# Organization
3
4
+- The MPFR bindings live in `mpfr.rkt`; the base interval definition
5
+ is in `ops/core.rkt`; the interval arithmetic functions are in
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