# New Ticket Created by Zefram # Please include the string: [perl #126126] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126126 >
$ ./perl6 -e 'say 3.isa(Mu:U)' True That's not the right answer for what I want Mu:U to do. Actually the attempt at a definedness constraint is being totally ignored here, as it also is in "my Mu:U $a" and other places where it's not currently implemented. Silent ignorance is less than awesome. This should signal an error, until it's implemented. -zefram