|
|
|
|
|
by solomonb
640 days ago
|
|
The original poster said they want to use Haskell professionally but that they are struggling to understand how to structure programs. > Once you're there, I don't think 'choosing an effect system' is a perilous question. The monad transformer library, mtl, is an effect system, the second simplest one after IO. I'm aware of that, generally when people say "choose effect system" they mean choose some algebraic effect system, all of which (in Haskell) have huge pitfalls. The default should be monad transformers unless you have some exceptional situation. |
|
This isn't really true. Bluefin and effectful are effect systems, but not algebraic effect systems.