A discriminated union type representing the result of an operation that can succeed or fail. This provides a functional approach to error handling without throwing exceptions.
A discriminated union type representing the result of an operation that can succeed or fail. This provides a functional approach to error handling without throwing exceptions.