On Sun Mar 22 11:50:02 2009, moritz wrote: > S12 says: > `'Note that C<Bool> and C<Taint> are really role names'' > (and I guess that holds true for all enums). Rakudo disagrees: > Enums generally now work now as roles, though note that Bool in Rakudo is currently not a role. Looking at S12-enums/as-role.t, we have an example of composing a role from an enum into a class, and it's currently passing, so I think that's enough to resolve this ticket.
Thanks, Jonathan