[perl #130222] Sets (and Bags and Mixes) are exposing allomorphs and are generally very type sensitive

2016-11-30 Thread Zoffix Znet via RT
On Wed, 30 Nov 2016 10:18:50 -0800, david.warring wrote: > One example from this stack overflow question: question > http://stackoverflow.com/questions/40814933/how-do-the-perl-6-set- > operations-compare-elements > > my $num_set = set( < 1 2 3 4 > ); > say "set: ", $num_set.perl; > say "4 is in s

[perl #130222] Sets (and Bags and Mixes) are exposing allomorphs and are generally very type sensitive

2016-11-30 Thread via RT
# New Ticket Created by David Warring # Please include the string: [perl #130222] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130222 > One example from this stack overflow question: question http://stackoverflow.com/questio