actually, on 
    
    
    type item = object
        value: any
        next: ptr item
    

i get >'any' is not a concrete type. (i think its cause all types like >any are 
generics)

Reply via email to