id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
28	When defining projections, auto-open the other fns in the projection	benl		"We should be able to access other projections of the same constructor with _.

{{{
project Obj where
  f1 ^obj = _x + _y
  f2 ...  = _f1            <-- access f1&{Obj} via _f1
}}}


"	enhancement	new	project		Source Parser				
