chore: remove Int.natMod
This commit is contained in:
parent
bcd1673231
commit
7358df2f7e
1 changed files with 0 additions and 2 deletions
|
|
@ -158,8 +158,6 @@ def toNat : Int → Nat
|
|||
| ofNat n => n
|
||||
| negSucc _ => 0
|
||||
|
||||
def natMod (m n : Int) : Nat := (m % n).toNat
|
||||
|
||||
protected def pow (m : Int) : Nat → Int
|
||||
| 0 => 1
|
||||
| succ n => Int.pow m n * m
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue