fix: duplicate namespace prefix
This commit is contained in:
parent
744423f25a
commit
29dc5c5b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ def toNat : Int → Nat
|
|||
|
||||
def natMod (m n : Int) : Nat := (m % n).toNat
|
||||
|
||||
protected def Int.pow (m : Int) : Nat → Int
|
||||
protected def pow (m : Int) : Nat → Int
|
||||
| 0 => 1
|
||||
| succ n => Int.pow m n * m
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue