chore: annotate instance
This commit is contained in:
parent
163cbbfe21
commit
d0b8dc128b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ instance : Div (Fin n) where
|
|||
instance : HMod (Fin n) Nat (Fin n) where
|
||||
hMod := Fin.modn
|
||||
|
||||
instance : OfNat (Fin (n+1)) i where
|
||||
instance : OfNat (Fin (noindex! (n+1))) i where
|
||||
ofNat := Fin.ofNat i
|
||||
|
||||
theorem vneOfNe {i j : Fin n} (h : i ≠ j) : val i ≠ val j :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue