I've occasionally come across the use of "$\cdot$" as placeholder for a variable, most recently in a paper on radial basis functions, which were defined as
$$ s(\cdot) = p(\cdot) + \sum_{i=1}^N \lambda_i \phi(|\cdot - x_i|). $$
What's the benefit of writing "$s(\cdot)$" rather than "$s(x)$", which would be easier to parse (IMO)?