feat: lint-all script for easy linting
This commit is contained in:
parent
7ff351a4a5
commit
4e9d26a1a9
2 changed files with 13 additions and 2 deletions
|
@ -83,8 +83,6 @@ structure BiLinearSymm (V : Type) [AddCommMonoid V] [Module ℚ V] where
|
|||
map_add₁' : ∀ S1 S2 T, toFun (S1 + S2, T) = toFun (S1, T) + toFun (S2, T)
|
||||
swap' : ∀ S T, toFun (S, T) = toFun (T, S)
|
||||
|
||||
|
||||
|
||||
namespace BiLinearSymm
|
||||
|
||||
variable {V : Type} [AddCommMonoid V] [Module ℚ V]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue