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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
step 1
Browse files Browse the repository at this point in the history
hargoniX committed Jul 3, 2024
1 parent ec1e572 commit 50c406e
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 0 additions & 4 deletions LeanSAT/Reflect/Tactics/Normalize/Bool.lean
Original file line number Diff line number Diff line change
@@ -19,11 +19,7 @@ attribute [bv_normalize] Bool.true_and
attribute [bv_normalize] Bool.and_false
attribute [bv_normalize] Bool.false_and
attribute [bv_normalize] beq_self_eq_true'
attribute [bv_normalize] Bool.not_beq_false
attribute [bv_normalize] Bool.not_beq_true
attribute [bv_normalize] Bool.beq_true
attribute [bv_normalize] Bool.true_beq
attribute [bv_normalize] Bool.beq_false
attribute [bv_normalize] Bool.false_beq
attribute [bv_normalize] Bool.beq_not_self
attribute [bv_normalize] Bool.not_beq_self
4 changes: 2 additions & 2 deletions LeanSAT/Reflect/Tactics/Normalize/Equal.lean
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@ import LeanSAT.Reflect.Tactics.Attr
namespace BVDecide
namespace Normalize

attribute [bv_normalize] Bool.beq_true
attribute [bv_normalize] beq_true
attribute [bv_normalize] Bool.true_beq
attribute [bv_normalize] Bool.beq_false
attribute [bv_normalize] beq_false
attribute [bv_normalize] Bool.false_beq
attribute [bv_normalize] beq_self_eq_true
attribute [bv_normalize] beq_self_eq_true'
5 changes: 3 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{"version": "1.0.0",
{"version": "1.1.0",
"packagesDir": ".lake/packages",
"packages":
[{"url": "https://github.com/leanprover-community/batteries.git",
"type": "git",
"subDir": null,
"rev": "b24f8d9e82cf133812e74df1adb6d049de74eeb0",
"scope": "",
"rev": "141853159817b913f8da3da94c84f46f0a445bcd",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing",
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
leanprover/lean4:nightly-2024-06-28
leanprover/lean4:nightly-2024-07-03

0 comments on commit 50c406e

Please sign in to comment.