diff functional.rhope @ 101:f4fc0a98088a

Fixed some bugs that were preventing compiled compiler from working correctly. Need to address memory usage
author Mike Pavone <pavone@retrodev.com>
date Mon, 09 Aug 2010 23:53:20 -0400
parents a34a982ecd32
children
line wrap: on
line diff
--- a/functional.rhope	Mon Aug 09 02:03:57 2010 -0400
+++ b/functional.rhope	Mon Aug 09 23:53:20 2010 -0400
@@ -47,7 +47,7 @@
 _Find[list,pred,cur:loc,not found]
 {
 	val <- [list]Index[cur]
-	If[[pred]Call[val]]
+	If[[pred]Call[val,cur]]
 	{
 		loc <- cur
 	}{