chore: add TODO

This commit is contained in:
Leonardo de Moura 2020-10-06 19:12:08 -07:00
parent 294a750110
commit 2fda7f4f9f

View file

@ -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