On Wed, Nov 26, 2008 at 04:35:41AM -0800, [EMAIL PROTECTED] via RT wrote:
> I believe the Any method would also be exported...
> 
> multi method Complex() is export { ... }
> 
> So we'll get a sub form too...
> 
> Complex(...)
> 
> But trying to introduce a sub form right now causes clashes with the
> Complex proto-object in the namespace. Ouch. :-( Anyway, that's a wider
> issue and not specific to this ticket, so treating as resolved.

Actually, coercion is done with postcircumfix:<( )> on the type.
See S13.

Pm

Reply via email to