Another needed piece of syntax: when/latch/catch

Mark S. Miller markm@caplet.com
Fri, 22 Oct 1999 11:07:33 -0700


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) {


         Cheers,
         --MarkM