Skip to content

Commit

Permalink
No need to unseal here
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed May 7, 2024
1 parent d7b152b commit 6573374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Init/Data/Nat/Div.lean
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ protected def mod : @& Nat → @& Nat → Nat

instance instMod : Mod Nat := ⟨Nat.mod⟩

unseal Nat.modCore in
protected theorem modCore_eq_mod (x y : Nat) : Nat.modCore x y = x % y := by
match x, y with
| 0, y =>
Expand Down

0 comments on commit 6573374

Please sign in to comment.