refactor: Lint
This commit is contained in:
parent
91a171b3ff
commit
ecb2c7778c
3 changed files with 16 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue