Comment on A Design Space Exploration of Async/AwaitparentComments−RossBencina6hI'm curious about your mental model. Would it be accurate to say that the async tree is the "IO program" and the sync functions operate on pure data, or is it more complicated than that?−josephg3hYeah, more or less. I think Haskell programmers are right on this.
Comments
I'm curious about your mental model. Would it be accurate to say that the async tree is the "IO program" and the sync functions operate on pure data, or is it more complicated than that?
Yeah, more or less. I think Haskell programmers are right on this.