src/Pure/ML-Systems/multithreading.ML
changeset 43761 e72ba84ae58f
parent 41713 a21084741b37
child 54717 42c209a6c225
--- a/src/Pure/ML-Systems/multithreading.ML	Mon Jul 11 22:50:29 2011 +0200
+++ b/src/Pure/ML-Systems/multithreading.ML	Mon Jul 11 22:55:47 2011 +0200
@@ -55,7 +55,7 @@
 
 fun with_attributes _ e = e [];
 
-fun sync_wait _ _ _ _ = Exn.Result true;
+fun sync_wait _ _ _ _ = Exn.Res true;
 
 
 (* tracing *)