Jan Behrens

Results 12 issues of Jan Behrens

Creating an empty program ```koka pub fun main() () ``` and saving it as `handler.kk` file, and then running `koka -e handler.kk` gives this error message: ``` /@virtual/handler/@main.kk(1,14): parse error:...

error-messages

I would like to create `vector`-like types and allow indexing for reading and writing elements when the `vector`-like type is in a local variable. I looked at [`std/core/vector/assign/@index`](39b4bec7327dbbcb2f83ce7aca5fe061931a4dc3), which is...