Let's fix `if let` syntax

Maybe simply use a keyword already in use for a slightly analogous manner in that case:

if override someOptionalValue {

or

guard override let someOptionalValue {

The rationale being that we override the normal behaviour of that variable in this scope.