refactor:Lint

This commit is contained in:
jstoobysmith 2024-10-08 15:47:53 +00:00
parent 3096e32465
commit 43936c22c3
2 changed files with 5 additions and 1 deletions

View file

@ -103,6 +103,7 @@ syntax tensorExpr "+" tensorExpr : tensorExpr
/-- Allowing brackets to be used in a tensor expression. -/
syntax "(" tensorExpr ")" : tensorExpr
/-- Scalar multiplication for tensors. -/
syntax term "•" tensorExpr : tensorExpr
namespace TensorNode