|
|
|
|
|
by alipang
4775 days ago
|
|
In Haskell one typically eschews exceptions in favor of for instance the Error monad, as you don't get a typical stack trace in a lazily evaluated language. Probably they have experienced some exception during development, but have had no exeptions in productin. |
|