|
|
|
|
|
by foldr
1339 days ago
|
|
> Because side effects are controlled, you are forced by the type checker to handle runtime errors (or crash). This is generally true in idiomatic Haskell code, but in fact even pure functions in Haskell can throw runtime exceptions, and you are not forced to handle these. |
|
aside from that, you'd just need to worry about OOMs and faults in native code.