[MLton-user] SMLofNJ.Cont.isolate
    Dave Herman 
    dherman at ccs.neu.edu
       
    Fri Apr 25 13:45:00 PDT 2008
    
    
  
> Pretty close.  You should handle both normal and exceptional returns 
> from the isolated computation, and to properly match the MLton.Cont 
> interface, the argument x is of type unit -> 'a, to be run in the 
> thrown-to context (though, in the isolate case, the thrown-to context is 
> empty).
Right right right. Thanks!
It all seems to be working for me. Now it's testing time...
Thanks for your help,
Dave
    
    
More information about the MLton-user
mailing list