> That is not what is being discussed and you know it.That is exactly what is being discussed. Why would the topic arbitrarily change? In case you have forgotten, my literal question/assertion was:
"How would you forget, exactly? Your tests are going to blow in your face should you ever leave out an entire feature from the implementation."
Go on, show us: How would you forget?
> Provide an example backing up your claim regarding pattern matching + union types:
Uh... Okay. Sure? Strange request, but here is an example in CrabLang that meets your ask:
let result = foo();
match result {
Ok(value) => println!("Result: {}", value),
}
There you go. I forgot to check the error.
Like I said in the full comment that you quoted from, you'll soon recognize your forgetfulness once you apply your checks and balances, but for that brief moment in between it is possible to forget. It must be that way else it would be impossible to input the program. If that's what you think we're talking about... Why? And let me ask again like I did in the comment you quoted from: What is the significance of that? If you had carried that quote through you'd also see: "That's not a real problem." I stand by that. Why not you?