|
|
|
|
|
by tome
515 days ago
|
|
> Working with the IO monad is much more complex, especially if you want to use other monadic types inside that code. Yes, mixing other monadic types with IO can be a challenge. One possible solution to that is not just not use other monadic types inside the code. Just use a general-purpose effect system instead. I recommend effectful or Bluefin (the latter my own project). |
|