Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Morrison
911d38a06c chore: remove outParam from IsCharP 2025-04-20 13:33:34 +10:00

View File

@@ -217,7 +217,7 @@ end CommRing
open CommRing
class IsCharP (α : Type u) [CommRing α] (p : outParam Nat) where
class IsCharP (α : Type u) [CommRing α] (p : Nat) where
ofNat_eq_zero_iff (p) : (x : Nat), OfNat.ofNat (α := α) x = 0 x % p = 0
namespace IsCharP