chore: add TODO
This commit is contained in:
parent
294a750110
commit
2fda7f4f9f
1 changed files with 2 additions and 0 deletions
|
|
@ -934,6 +934,8 @@ unit ← `(PUnit.unit);
|
|||
let unit := unit.copyInfo ref;
|
||||
pure $ mkReturn ref unit
|
||||
|
||||
-- TODO: we must expand macros occurring in patterns before invoking getPatternVars
|
||||
|
||||
partial def doSeqToCode : List Syntax → M CodeBlock
|
||||
| [] => do ctx ← read; mkReturnUnit ctx.ref
|
||||
| doElem::doElems => withRef doElem do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue