racket/collects/mzlib/scribblings/plt-match.scrbl
2010-05-17 05:58:19 -04:00

17 lines
453 B
Racket

#lang scribble/doc
@(require "common.rkt"
(for-label mzlib/plt-match))
@mzlib[#:mode title plt-match]
The @schememodname[mzlib/plt-match] library mostly re-provides
@scheme[scheme/match].
@deftogether[(
@defform*[((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 @schememodname[mzlib/match].}