view testworkerlitcomplex.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 a844c623c7df
children
line wrap: on
line source


Main[]
{
	foo <- [1]+[2]
	Print[[[foo]+[?]]Call[1]]
}