|
|
|
|
|
by seanmcdirmid
4143 days ago
|
|
> Haskell has excellent I/O support. How do you mean that Haskell makes I/O difficult? Composability is different since effects must be explicit, which is both a strength and weakness of Haskell. So say you want to add an effectful computation P in some function G, G and all its callers must have modified signatures accordingly. That could be annoying depending on what you are doing. |
|