3 ms·
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 m
by RossBencina 14d ago
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?
- josephg 14d agoYeah, more or less. I think Haskell programmers are right on this.