repro.kk:
In the terminal, enter the lines
koka
:l repro.kk
[1].vector
Error:
> [1].vector
^
/@virtual/repro/@main.kk(1, 7): type error: identifier vector cannot be resolved
context : [1].vector
inferred type: (list<int>) -> _
candidates : vector/list/vector
vector/list/vector
hint : qualify the name?