At 11:16 AM 10/22/99 , Bill Frantz wrote:
>At 11:07 AM 10/22/1999 -0700, Mark S. Miller wrote:
> > (foo <- msg(args)) <- whenResolved(define observer(result) {
>
>Don't you mean:
>
> (foo <- msg(args)) <- whenResolved(define observer(result)) {
No. Following the open curly is the body of the observer. The matching close paren follows the last close curly.
Cheers,
--MarkM