|
02:29
camelia left
02:31
camelia joined
03:32
dicit left
03:33
dicit joined
14:58
Manifest0 joined
|
|||
| 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:15 | |
| lizmat | .isa takes the .WHAT of its argument | 17:22 | |
| and $a is a Num | |||
| so say $a.isa(Inf) is the same as saying $a.isa(Inf.WHAT), which is the same as saying $a.isa(Num) | 17:23 | ||
| disbot | <antononcube> Ok, thank you!! | 17:26 | |
|
21:15
habere-et-disper joined
|
|||