Fixing Angle Bracket Blindness (and unboxing existentials while we're at it...)

There’s already an idea that some P in argument position will alleviate the need for angle brackets on cases where type parameters don’t need to be named:

func doSomething(with value: some Any)