refactor: Lint
This commit is contained in:
parent
1e8efdb16a
commit
c9c7b25ea8
9 changed files with 946 additions and 696 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue