[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {complex type}



Doug Hockin wrote:
> 
> In a FunDev project window, with the Definitions tab
> selected, the methods automatically generated for
> slots all show an extra argument "{complex type}".
> 
> For example, from the airport project:
> 
> method direction({complex type})
> method direction-setter(<symbol>, {complex type})
> 
> What is this {complex type} argument?
> 
> -- Doug


possibly some type that was created by \union(\singleton(...), ...)
and the pretty printer punts on them?


	Gabor