Convenience macro for creating an anonymous function wrapper around a matcher macro.
(defmacro matchfn (name) "Convenience macro for creating an anonymous function wrapper around a matcher macro." `(lambda (s) (match ,name)))