diff extendlib.rhope @ 69:d0ce696786cc

Clean up debug print statements a bit. Fix bug that prevented workers that took no inputs from working. Remove workaround in Array for said bug.
author Mike Pavone <pavone@retrodev.com>
date Wed, 16 Jun 2010 04:36:08 +0000
parents a24eb366195c
children 0083b2f7b3c7
line wrap: on
line diff
--- a/extendlib.rhope	Mon Jun 07 15:36:04 2010 -0400
+++ b/extendlib.rhope	Wed Jun 16 04:36:08 2010 +0000
@@ -675,7 +675,7 @@
 	{
 		out <- _Fold[list, start, newlist, "Append"]
 	}{
-		out <- newlist
+		out <- Val[newlist]
 	}
 }