Jakob Schneider
Jakob Schneider
Roger that
If there is time: guidelines for ordering the source of the library (alphabetically, logically similar functionality (how do we even measure this?), etc.)
Related tickets #4039 #2755 #3951 #3950 #4082 Anything else?
I think this can be done using `Iterable` along with a type class like below. `Materializable.materialize` would be wrapped around the entire expression in the weeder (along with a region...
Changes implemented :)
Is this the same issue as #3841?
> (Static import, Impure import) `getArgs` should instead import as `Array[String, r]` in a local region. The impure import is correct, no? Should be impure to interact with a stateful...
This also applies to partial handlers: ```scala eff A { pub def a(): Void pub def b(): Void } pub def f(g: Unit -> a \ A): a = try...