diff nworker_c.rhope @ 168:d2b941f82d74

Fix type of list constants in inference pass and return type of some Array related workers
author Mike Pavone <pavone@retrodev.com>
date Sun, 01 May 2011 18:41:17 -0700
parents 690ed78ead8a
children fd06fb07762a
line wrap: on
line diff
--- a/nworker_c.rhope	Mon Apr 04 01:41:19 2011 -0400
+++ b/nworker_c.rhope	Sun May 01 18:41:17 2011 -0700
@@ -403,7 +403,7 @@
 			Type Instance(),Worker Literal(),List(),List Leaf(),String(),String Slice(),String Cat())]Find[=[const type, ?]]
 		{
 			outtype <- [("Int8","UInt8","Int16","UInt16","Int32","UInt32","Int64","UInt64",
-			"Blueprint","Worker","List","List","String","String","String")]Index[~]
+			"Blueprint","Worker","List","List Leaf","String","String","String")]Index[~]
 		}{
 			outtype <- "Any Type"
 		}