diff list.rhope @ 172:926b56a43f47

Fix some bugs related to inlining
author Mike Pavone <pavone@retrodev.com>
date Sun, 15 May 2011 23:31:58 -0700
parents 50c97b448f44
children 64be565a40c6
line wrap: on
line diff
--- a/list.rhope	Sun May 08 18:36:33 2011 -0700
+++ b/list.rhope	Sun May 15 23:31:58 2011 -0700
@@ -116,7 +116,7 @@
 	Length(Int32,Naked)
 }
 
-List[:out(List)]
+List[:out(List Leaf)]
 {
 	out <- [Build[List Leaf()]]Buffer <<[Array[]]
 }