docs: Some doc strings for instances

This commit is contained in:
jstoobysmith 2024-11-11 16:55:15 +00:00
parent 7948160e53
commit 1bc878a2d4
9 changed files with 40 additions and 36 deletions

View file

@ -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