Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Nov 22, 2024
1 parent 9f917e7 commit a26b4f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/compiler.mm0
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import "x86.mm0";
-- because it (should) add no new axioms,
-- but in the interim we are using this to keep the partial proofs checked in CI:
axiom sorry (p: wff): $ p $;
term sorry_nat: nat;
term sorry_set: set;
term sorry_wff: wff;

-- Search for theorem ... = 'sorry; to find the incomplete proofs
-- (or delete the sorry axiom and see what breaks). Proofs depending on this axiom
Expand Down

0 comments on commit a26b4f1

Please sign in to comment.