On this page:
define-match-expander

 (require mzlib/plt-match) package: compatibility-lib

NOTE: This library is deprecated; use racket/match, instead.

The mzlib/plt-match library mostly re-provides scheme/match.

syntax

(define-match-expander id proc-expr)

(define-match-expander id proc-expr proc-expr)
(define-match-expander id proc-expr proc-expr proc-expr)
The same as the form from mzlib/match.