refactor: Lint
This commit is contained in:
parent
c6f4448bc8
commit
53a19dbe71
6 changed files with 55 additions and 37 deletions
|
@ -717,8 +717,8 @@ def AdjRelation : F.𝓥 → F.𝓥 → Prop := fun x y =>
|
|||
|
||||
instance [IsFiniteDiagram F] : DecidableRel F.AdjRelation := fun _ _ =>
|
||||
@instDecidableAnd _ _ _ $
|
||||
@Fintype.decidableExistsFintype _ _ (fun _ => @Fintype.decidableExistsFintype _ _ (
|
||||
fun _ => @instDecidableAnd _ _ (instDecidableEq𝓔OfIsFiniteDiagram _ _) $
|
||||
@Fintype.decidableExistsFintype _ _ (fun _ => @Fintype.decidableExistsFintype _ _
|
||||
(fun _ => @instDecidableAnd _ _ (instDecidableEq𝓔OfIsFiniteDiagram _ _) $
|
||||
@instDecidableAnd _ _ (instDecidableEq𝓥OfIsFiniteDiagram _ _)
|
||||
(instDecidableEq𝓥OfIsFiniteDiagram _ _)) _) _
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue