[MLton-commit] r5695

Vesa Karvonen vesak at mlton.org
Fri Jun 29 06:13:14 PDT 2007


Tweaked comments.
----------------------------------------------------------------------

U   mltonlib/trunk/org/mlton/vesak/toys/chameneos/async/chameneos.sml
U   mltonlib/trunk/org/mlton/vesak/toys/cheap-concurrency/async/cheap-concurrency.sml

----------------------------------------------------------------------

Modified: mltonlib/trunk/org/mlton/vesak/toys/chameneos/async/chameneos.sml
===================================================================
--- mltonlib/trunk/org/mlton/vesak/toys/chameneos/async/chameneos.sml	2007-06-29 13:05:37 UTC (rev 5694)
+++ mltonlib/trunk/org/mlton/vesak/toys/chameneos/async/chameneos.sml	2007-06-29 13:13:13 UTC (rev 5695)
@@ -6,10 +6,10 @@
 
 (*
  * This is basically a translation of a Chameneos toy benchmark
- * implementation by Tom Pledger for Haskell, from the Computer Language
- * Benchmarks Game, using a library for portable asynchronous programming
- * in SML.  The Async library does not use threads or processes of any
- * kind.  Measure the performance yourself!
+ * implementation by Tom Pledger for Haskell, from the ``Computer Language
+ * Benchmarks Game'', using a library for portable asynchronous
+ * programming in SML.  The Async library does not use threads or
+ * processes of any kind.  Measure the performance yourself!
  *)
 
 open Async

Modified: mltonlib/trunk/org/mlton/vesak/toys/cheap-concurrency/async/cheap-concurrency.sml
===================================================================
--- mltonlib/trunk/org/mlton/vesak/toys/cheap-concurrency/async/cheap-concurrency.sml	2007-06-29 13:05:37 UTC (rev 5694)
+++ mltonlib/trunk/org/mlton/vesak/toys/cheap-concurrency/async/cheap-concurrency.sml	2007-06-29 13:13:13 UTC (rev 5695)
@@ -6,11 +6,12 @@
 
 (*
  * This is basically an implementation of the Cheap Concurrency toy
- * benchmark, from the "Computer Language Benchmarks Game", using a library
- * for portable asynchronous programming in SML.  This implementation was
- * inspired by a Haskell implementation by Einar Karttunen, Simon Marlow,
- * and Don Stewart.  The Async library does not use threads or processes
- * of any kind.  Measure the performance yourself!
+ * benchmark, from the ``Computer Language Benchmarks Game'', using a
+ * library for portable asynchronous programming in SML.  This
+ * implementation was inspired by a Haskell implementation by Einar
+ * Karttunen, Simon Marlow, and Don Stewart.  The Async library does not
+ * use threads or processes of any kind.  Measure the performance
+ * yourself!
  *)
 
 open Async




More information about the MLton-commit mailing list