refactor: Lint

This commit is contained in:
jstoobysmith 2024-10-03 11:25:00 +00:00
parent f555bc6722
commit 31422a5e1d
2 changed files with 5 additions and 4 deletions

View file

@ -25,7 +25,9 @@ open Matrix
open MatrixGroups
open Complex
/-- The module for contravariant (up-index) complex Lorentz vectors. -/
structure ContrModule where
/-- The underlying value as a vector `Fin 1 ⊕ Fin 3 → `. -/
val : Fin 1 ⊕ Fin 3 →
namespace ContrModule
@ -87,7 +89,9 @@ def SL2CRep : Representation SL(2, ) ContrModule :=
end ContrModule
/-- The module for covariant (up-index) complex Lorentz vectors. -/
structure CoModule where
/-- The underlying value as a vector `Fin 1 ⊕ Fin 3 → `. -/
val : Fin 1 ⊕ Fin 3 →
namespace CoModule