chore: update TODO list

This commit is contained in:
Leonardo de Moura 2020-07-23 16:45:51 -07:00
parent ca2e82f39b
commit be06ce5fec

View file

@ -474,8 +474,9 @@ withDeclId declId $ fun name => do
let ref := declId;
addDecl ref r.decl;
addProjections ref declName r.projInfos isClass;
-- TODO: add auxiliary definitions
-- TODO: add auxiliary definitions recOn and casesOn
-- TODO: register default values
-- TODO: add coercions
pure ()
end Command