infix: Replace multiple-value constructs with a single bind.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 13 May 2006 00:13:52 +0000 (01:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 13 May 2006 00:15:44 +0000 (01:15 +0100)
commitdc6faaf148af72b8186623f9cf24630889309381
tree107b0acce0d18b6bf15658a5ac8079c314bf81a3
parent05c1e7c3367de14f38e81e9ecdc0a36904dbc13e
infix: Replace multiple-value constructs with a single bind.

This lets you do several layers of binding in one swoop, which is quite
shiny, really.  This covers multiple-value-bind and let (both the
single and multiple variable cases, if you're willing to use `values')
and multiple-value-setq is unnecessary since values is setf-able.
infix.lisp