[MLton-commit] r6619
    Matthew Fluet 
    fluet at mlton.org
       
    Sat May 10 04:57:32 PDT 2008
    
    
  
Update error message
----------------------------------------------------------------------
U   mlton/trunk/basis-library/mlton/cont.sml
----------------------------------------------------------------------
Modified: mlton/trunk/basis-library/mlton/cont.sml
===================================================================
--- mlton/trunk/basis-library/mlton/cont.sml	2008-05-10 11:43:04 UTC (rev 6618)
+++ mlton/trunk/basis-library/mlton/cont.sml	2008-05-10 11:57:30 UTC (rev 6619)
@@ -26,7 +26,7 @@
 
 fun callcc (f: 'a t -> 'a): 'a =
    if MLtonThread.amInSignalHandler ()
-       then die "Cont.callcc can not be used in a signal handler\n"
+       then die "MLton.Cont.callcc can not be used in a signal handler\n"
     else 
        let
           datatype 'a state =
    
    
More information about the MLton-commit
mailing list