refactor: style lint
This commit is contained in:
parent
7026d8ce66
commit
408a676bbd
10 changed files with 111 additions and 113 deletions
|
@ -26,7 +26,8 @@ namespace CreateAnnihilateSect
|
|||
|
||||
section basic_defs
|
||||
|
||||
variable {𝓕 : Type} {f : 𝓕 → Type} [∀ i, Fintype (f i)] {φs : List 𝓕} (a : CreateAnnihilateSect f φs)
|
||||
variable {𝓕 : Type} {f : 𝓕 → Type} [∀ i, Fintype (f i)] {φs : List 𝓕}
|
||||
(a : CreateAnnihilateSect f φs)
|
||||
|
||||
/-- The type `CreateAnnihilateSect f φs` is finite. -/
|
||||
instance fintype : Fintype (CreateAnnihilateSect f φs) := Pi.fintype
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue