Re: Another needed piece of syntax: when/latch/catch Bill Frantz (frantz@communities.com)
Fri, 22 Oct 1999 11:16:40 -0700

At 11:07 AM 10/22/1999 -0700, Mark S. Miller wrote:
>At 10:37 AM 10/22/99 , Mark S. Miller wrote:
>>(foo <- msg(args)) whenResolved(define observer(result) {
>
>Well, I think I just accidentally emphasized that doing this manually is
>error prone. That should have been
>
> (foo <- msg(args)) <- whenResolved(define observer(result) {

Don't you mean:

(foo <- msg(args)) <- whenResolved(define observer(result)) {

:-)