Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Feb 24, 2024
1 parent 949c696 commit c927d6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Lean/Meta/Tactic/NormBv.lean
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ macro_rules
example (x : BitVec 2) (y : BitVec 2) : x + y = y + x := by
blast_bv with a a' b b';
/-
b'ba'a: Bool
⊢ concat (concat nil a') b' + concat (concat nil a) b = concat (concat nil a) b + concat (concat nil a') b'
b' b a' a: Bool
⊢ concat (concat nil a') b' + concat (concat nil a) b
= concat (concat nil a) b + concat (concat nil a') b'
-/
sorry

0 comments on commit c927d6e

Please sign in to comment.