refactor: Lint

This commit is contained in:
jstoobysmith 2024-10-24 12:08:35 +00:00
parent 1e8efdb16a
commit c9c7b25ea8
9 changed files with 946 additions and 696 deletions

View file

@ -250,7 +250,7 @@ def termNodeSyntax (T : Term) : TermElabM Term := do
return f T
| _ =>
match type with
| Expr.app _ (Expr.app _ (Expr.app _ c)) =>
| Expr.app _ (Expr.app _ (Expr.app _ _)) =>
return Syntax.mkApp (mkIdent ``TensorTree.tensorNode) #[T]
| _ => return Syntax.mkApp (mkIdent ``TensorTree.vecNode) #[T]