chore: add temporary workaround
This commit is contained in:
parent
ead14987bc
commit
55ce5d570c
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue