Use wildcards where appropriate (snippets, 17cfb75)
Use the wildcard operator (_) in pattern matches for parameters which aren't actually used in the calculation. This makes it clearer at a glance which values we don't care about.
Signed-off-by: Greg Hurrell <greg@hurrell.net>