Skip to content

Commit 8360f7f

Browse files
committed
Fix build
1 parent 0a77d92 commit 8360f7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Blase/Blase/Fast/MBA.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ theorem BitVec.sub_distrib_add (x y z : BitVec w) :
728728
omega
729729

730730

731-
attribute [bv_mba_preprocess] BitVec.sub_toAdd
731+
attribute [bv_mba_preprocess] BitVec.sub_eq_add_neg
732732

733733
@[bv_mba_preprocess]
734734
theorem BitVec.ofNat_eq_ofInt (n w : Nat) :

LeanMLIR/LeanMLIR/Tactic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ attribute [simp_denote]
4747
Expr.op_castPureToEff Expr.args_castPureToEff
4848
/- Effect massaging -/
4949
EffectKind.liftEffect_rfl
50-
Id.pure_eq Id.bind_eq id_eq
50+
Id.pure_eq' Id.bind_eq' id_eq
5151
pure_bind
5252
cast_eq
5353
-- Valuation append & accesses

0 commit comments

Comments
 (0)