docs: Some doc strings for instances
This commit is contained in:
parent
7948160e53
commit
1bc878a2d4
9 changed files with 40 additions and 36 deletions
|
@ -37,6 +37,7 @@ inductive Color
|
|||
| up : Color
|
||||
| down : Color
|
||||
|
||||
/-- Color for complex Lorentz tensors is decidable. -/
|
||||
instance : DecidableEq Color := fun x y =>
|
||||
match x, y with
|
||||
| Color.upL, Color.upL => isTrue rfl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue