mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Add a TODO comment
This commit is contained in:
parent
5a22348f35
commit
d6d453d120
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue