Is it possible to generate a good crash report which a person can submit if they encounter one? How would the monad stack need to be changed? Ideally, we'd just like to throw an exception and have the crash report contain the error message and the App state s.
Is it possible to generate a good crash report which a person can submit if they encounter one? How would the monad stack need to be changed? Ideally, we'd just like to throw an exception and have the crash report contain the error message and the App state
s.