Add a TODO comment

This commit is contained in:
Richard Feldman 2020-04-25 07:00:44 -04:00
parent 5a22348f35
commit d6d453d120

View File

@ -78,7 +78,7 @@ fn list_get(var_store: &VarStore) -> Def {
// Ok
Tag {
variant_var: var_store.fresh(),
ext_var: var_store.fresh(),
ext_var: var_store.fresh(), // TODO Variable::EMPTY_TAG_UNION should work here
name: TagName::Global("Ok".into()),
arguments: vec![(
var_store.fresh(),