pattern match in formal parameter of function definition Thanks, very clear explanation. I don't see any advantage to pattern matching / testing a formal parameter's value in the function definition vs. testing formal argument's value in the function invocation, where the value tested for is readily apparent.