When implementing `suspend () -> A` I'm getting a ...
# compiler
y
When implementing
suspend () -> A
I'm getting a
TypeError: this.permutation0__1 is not a function
on JS. I seem to recall that function subclassing is not possible on JS? Is there an issue tracking this? EDIT: Found it!