|
|
|
|
|
by kccqzy
78 days ago
|
|
That’s only true when you use the IO monad as an Applicative. It’s not true if you use for example the Concurrently type from the async package (which is quite wonderful btw). The ApplicativeDo language extension makes it possible for you to use do notation in this case as well. https://hackage-content.haskell.org/package/async-2.2.6/docs... |
|