[02:29] *** camelia left
[02:31] *** camelia joined
[03:32] *** dicit left
[03:33] *** dicit joined
[14:58] *** Manifest0 joined
[17:15] <disbot> <antononcube> Why an allomorph be an Inf?  my $a = NumStr.new(1e-4, "1e-4"); say $a ~~ Inf;       # False say $a.isa(Inf);     # True  

[17:22] <lizmat> .isa takes the .WHAT of its argument

[17:22] <lizmat> and $a is a Num

[17:23] <lizmat> so say $a.isa(Inf) is the same as saying $a.isa(Inf.WHAT), which is the same as saying $a.isa(Num)

[17:26] <disbot> <antononcube> Ok, thank you!!

[21:15] *** habere-et-disper joined
[22:58] *** habere-et-disper left
[23:22] *** Manifest0 left
