Check that a list of terms matches a list of patterns.
Example
(pattern-matches-list (a b c) (x (cons x y) y))
The example returns:
See pattern-match and pattern-match-list.