On Thu Sep 24 13:56:16 2009, moritz wrote:
> 22:53 <@moritz_> rakudo: say (*-3).signature.perl
> 22:53 <+p6eval> rakudo 0eaf62: OUTPUT«undef␤»
> 22:54 <@moritz_> rakudo: say (-> $x { $x - 3 }).signature.perl
> 22:54 <+p6eval> rakudo 0eaf62: OUTPUT«:(Object $x)␤»
> 
> I'd expect those two things to have the same signature (don't care about
> the name of the param, though)

This is no longer the case:

00:37 <@jnthn> rakudo: say (*-3).signature.perl
00:37 <+p6eval> rakudo 8a5f38: OUTPUT«:(;; Mu $x)␤»

Giving to moritz++ for spectest.

Thanks,

Jonathan

Reply via email to