refactor: Lint

This commit is contained in:
jstoobysmith 2024-10-22 10:47:37 +00:00
parent 91a171b3ff
commit ecb2c7778c
3 changed files with 16 additions and 10 deletions

View file

@ -176,6 +176,7 @@ def stringToTerm (str : String) : TermElabM Term := do
match stx with
| `(term| $e) => return e
/-- Specific types of tensors which appear which we want to elaborate in specific ways. -/
def specialTypes : List (String × (Term → Term)) := [
("CoeSort.coe Lorentz.complexCo", fun T =>
Syntax.mkApp (mkIdent ``TensorTree.vecNodeE) #[mkIdent ``Fermion.complexLorentzTensor,