Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
test: no more axioms are necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jul 8, 2024
1 parent bcb0a3a commit eb86a19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Test/Bv/AxiomCheck.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ theorem bv_axiomCheck (x y : BitVec 1) : x + y = y + x := by
bv_decide

/--
info: 'bv_axiomCheck' depends on axioms: [propext,
Classical.choice,
Lean.ofReduceBool,
Quot.sound,
AIG.RelabelNat.State.Inv2.property]
info: 'bv_axiomCheck' depends on axioms: [propext, Classical.choice, Lean.ofReduceBool, Quot.sound]
-/
#guard_msgs in
#print axioms bv_axiomCheck

0 comments on commit eb86a19

Please sign in to comment.