Jim Wise <jw...@draga.com> writes:

> and derivative forms
>
>       (match-lambda (<pattern> <body>) ...)
>       (match-lambda* (<pattern> <body>) ...)
>       (match-let ((<pattern> <expr>) ...)
>
> which are equivalent to
>
>       (lambda (x) (match x (<pattern> <body>) ...)
>       (lambda l (match l (<pattern> <body>) ...)
>       ((lambda (x ...) (match* (x ...) (<pattern> <body>) ...))
>         <expr> ...)
>
> and 
>       (match-let* ((<pattern> <expr>) ...)
>       (match-letrec ((<pattern> <expr>) ...)

accidentally snipped ``which are equivalent to appropriately nested
match-lambda* expressions.''.

-- 
                                Jim Wise
                                jw...@draga.com

Attachment: pgpC49ZpYho2D.pgp
Description: PGP signature

_______________________________________________
r6rs-discuss mailing list
r6rs-discuss@lists.r6rs.org
http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss

Reply via email to