This repository contains mechanically verified proofs written in Agda.
- Agda (with the standard library)
just(command runner)
To run the complete verification suite, including safety checks and build steps:
sh scripts/verify.shTo build the Agda proofs via just:
just build-allTo run the full suite via just:
just test-all