Commits

John McCall committed fe75cc3660f
Update the Pattern Matching whitepaper with some new thoughts. This isn't quite the design I mentioned on Tuesday; I keep waffling, but right now I think ?x is a better match-pattern binder than var x. Compare: case .cons(?head, ?tail): case .cons(var head, var tail): Swift SVN r2830