effekt-lang / effekt

A research language with effect handlers and lightweight effect polymorphism

Home Page:https://effekt-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracking of mutable arrays

phischu opened this issue · comments

In the current standard library, arrays are extern value types and therefore not tracked individually. Operations on them do use the io resource. This is a difference to mutable references, which live in regions.