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

Commit

Permalink
feat: simplify trivial BitVec.replicate
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Aug 2, 2024
1 parent cbd897a commit eafed35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LeanSAT/Tactics/Normalize/BitVec.lean
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ theorem BitVec.max_ult' (a : BitVec w) : (BitVec.ult (-1#w) a) = false := by
rw [BitVec.lt_ult] at this
simp [this]

attribute [bv_normalize] BitVec.replicate_zero_eq

end Normalize
end BVDecide

0 comments on commit eafed35

Please sign in to comment.