Closed dgkf closed 4 months ago
Promises were evaluating, but not finalizing their expressions, which can result in un-evaluated tail-calls in the case of nested promises.
Now they are also finalized
Closes #141
Promises were evaluating, but not finalizing their expressions, which can result in un-evaluated tail-calls in the case of nested promises.
Now they are also finalized
Closes #141