Commit 8fe69ef
CONTRIBUTING: document single-module Agda type-checking via the Nix dev shell
Adds a short "Type-checking while you work" subsection: enter `nix develop` and run
`agda <file>` (or `nix develop --command agda <file>`) to type-check a single module
— much faster than `nix build` for iterating on a proof — plus a direnv tip to put
the toolchain on PATH and launch your editor/agent tooling from that shell. This is
the lightweight, no-repo-machinery alternative to a SessionStart hook (see #1220).
https://claude.ai/code/session_0174ZBS1RKAGSbBXDsESUwoA1 parent de2fdf1 commit 8fe69ef
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
376 | 405 | | |
377 | 406 | | |
378 | 407 | | |
| |||
0 commit comments