;; @ignore ;; Matches a datum against a pattern, returning the result. (define (p:match pattern datum) ((p:matcher pattern) datum))