comparison 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
comparison
equal deleted inserted replaced
171:a32afde77abb 172:926b56a43f47
114 Offset(Int32,Naked) 114 Offset(Int32,Naked)
115 Right Offset(Int32,Naked) 115 Right Offset(Int32,Naked)
116 Length(Int32,Naked) 116 Length(Int32,Naked)
117 } 117 }
118 118
119 List[:out(List)] 119 List[:out(List Leaf)]
120 { 120 {
121 out <- [Build[List Leaf()]]Buffer <<[Array[]] 121 out <- [Build[List Leaf()]]Buffer <<[Array[]]
122 } 122 }
123 123
124 Index@List[list,index:out,not found] 124 Index@List[list,index:out,not found]