On Thu, Mar 9, 2017 at 9:17 PM, Brandon Allbery <allber...@gmail.com> wrote:
> On Thu, Mar 9, 2017 at 2:55 PM, Zefram <perl6-bugs-follo...@perl.org> > wrote: > >> The same goes for coercions from other enum types. > > > This should be your hint. Enums *are* numeric, specifically Int. > I don't know what language you are trying to force Perl 6 to be, but you > might want to consider the possibility that Perl 6 is not that language but > instead is Perl 6. > I need another hint. How does that explain that True.Real is True, while True.Int is 1? Eirik