diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/lean/Base/Primitives/Scalar.lean | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/lean/Base/Primitives/Scalar.lean b/backends/lean/Base/Primitives/Scalar.lean index d1f7bee7..8de2b3f2 100644 --- a/backends/lean/Base/Primitives/Scalar.lean +++ b/backends/lean/Base/Primitives/Scalar.lean @@ -993,7 +993,6 @@ theorem core.num.checked_mul_spec {ty} {x y : Scalar ty} : simp only [checked_mul, Option.ofResult] have : Int.mul ↑x ↑y = ↑x * ↑y := by simp -- TODO: why do we need this?? cases heq: x * y <;> simp_all <;> simp only [HMul.hMul, Scalar.mul, Mul.mul] at heq - <;> simp [add_neg_eq] at heq <;> simp_all theorem Scalar.div_equiv {ty} {x y : Scalar ty} : |