feat: Example of evaluation
This commit is contained in:
parent
3ac4523d7d
commit
18709d4e32
3 changed files with 64 additions and 21 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue