Fixed with 347271d214198a700, tests needed
> On 28 Dec 2016, at 21:29, Aleks-Daniel Jakimenko-Aleksejev (via RT)
> <[email protected]> wrote:
>
> # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
> # Please include the string: [perl #130427]
> # in the subject line of all future correspondence about this issue.
> # <URL: https://rt.perl.org/Ticket/Display.html?id=130427 >
>
>
> Similarly to https://rt.perl.org/Ticket/Display.html?id=126990
>
> Code:
> say Rat.Range
>
> Result:
> -Inf..Inf
>
>
> But you cannot store Infs in a Rat, therefore it should be -Inf^..^Inf (just
> like Int.Range).