Understanding `Effect` and its relation to functional programming and abstractions like Monad in ...
Hi team,
I'm redirected to Effect when browsing
I quickly scanned the doc website and my understanding is that
My question is how should I relate it to functional programming in general? I see the
I'm redirected to Effect when browsing
fp-ts.I quickly scanned the doc website and my understanding is that
Effect mainly focuses on structured concurrency and leverages it to establish a programming "style".My question is how should I relate it to functional programming in general? I see the
fp-ts is announced to merge into Effect , I wonder how should I utilize Effect if I'm interested in abstractions like Monad and so (fp-ts@v3 is re-writing the HKT but I assume the author is also working on Effect so v3 is still under development)