feat: Example of evaluation

This commit is contained in:
jstoobysmith 2024-10-22 10:33:28 +00:00
parent 3ac4523d7d
commit 18709d4e32
3 changed files with 64 additions and 21 deletions

View file

@ -474,7 +474,6 @@ partial def syntaxFull (stx : Syntax) : TermElabM Term := do
/-- An elaborator for tensor nodes. This is to be generalized. -/
def elaborateTensorNode (stx : Syntax) : TermElabM Expr := do
println! "{(← syntaxFull stx)}"
let tensorExpr ← elabTerm (← syntaxFull stx) none
return tensorExpr