chore: add temporary workaround

This commit is contained in:
Leonardo de Moura 2024-02-18 13:28:25 -08:00 committed by Leonardo de Moura
parent ead14987bc
commit 55ce5d570c

View file

@ -343,5 +343,5 @@ def bmod (x : Int) (m : Nat) : Int :=
r - m
@[simp] theorem bmod_emod : bmod x m % m = x % m := by
dsimp [bmod]
simp [bmod] -- TODO (zeta): It was `dsimp`
split <;> simp [Int.sub_emod]