I agree that this should be throwing the same conversion error. Here's probably why it's giving Inf, though:
$ perl6 > say min() Inf > say max() -Inf -- Will "Coke" Coleda
I agree that this should be throwing the same conversion error. Here's probably why it's giving Inf, though:
$ perl6 > say min() Inf > say max() -Inf -- Will "Coke" Coleda