On 18/05/2015 02:09, Marvin Humphrey wrote:
As an alternative to throwing exceptions or storing exception objects in thread-local variables, let's consider encoding error information into return values using a crude form of algebraic data types: pre-defined "MAYBE" types which can be either an Err or something else.
+1. This is a great idea. Nick
