On Sat Apr 10 14:22:26 2010, masak wrote: > <masak> rakudo: subset A of Mu; my A $x > <p6eval> rakudo 43f865: OUTPUT«Nominal type check failed for parameter > '$original'; expected Any but got Mu instead [...] > * masak submits rakudobug > > Note the leaked '$original' variable name above, suggestion that it's > some internal nominal type check that doesn't quite work.
Now seems this works fine (think it was fixed a bit ago, and the ticket got missed). > subset A of Mu; my A $x Mu() Giving to moritz++ for spectests. Thanks, Jonathan