Keags
Keags
Very possibly. You'll see that I commented on that issue at roughly the same time as I opened this ticket. I opened this one anyway because it was not clear...
So it looks like you said #296 would give us this capability but that PR was ultimately closed. I, like many others, are coming to this for the desire to...
@KingoftheHomeless Cool that you were able to solve this. Can't say I'm a fan of trying to switch effect systems as a result of this, but I may still attempt...
I think this is definitely superior to straight up not having a polymorphic async effect. I think a big warning on the tin that says that the pure construction of...
I'm currently in the process of wiring some of my fused-effects types into the lifted-async package. Everyone has to contend with how effects distribute over concurrency at some point or...
Yeah, I'm leaning towards a church encoded writer that has access to the logging context as an alternative. But for some reason traces seem like the more honest interpretation of...
While parallelism can be done automatically I'm fairly certain that anything in IO cannot be *automatically* converted to a concurrent system as there is no way to analyze the independence...
At first I thought this might be because we are using `console.log` for node. But it turns out this works just fine in node. This is an issue with the...
> That could be addressed but holding onto any tail after the last \n and prepending to the next prim__putStr, but I'm not sure if that's desirable. This wouldn't be...
Humble observer here.. Isn't this expected? Isn't a nonterminating value bottom?