Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 575 Bytes

File metadata and controls

29 lines (20 loc) · 575 Bytes

Build Instructions

This repository contains mechanically verified proofs written in Agda.

Prerequisites

  • Agda (with the standard library)
  • just (command runner)

Verifying the Proofs

To run the complete verification suite, including safety checks and build steps:

sh scripts/verify.sh

To build the Agda proofs via just:

just build-all

To run the full suite via just:

just test-all