On 8/10/05, Flavio S. Glock <[EMAIL PROTECTED]> wrote:
> I wonder if infinite sets (recurrences) will be supported - then I'll
> move all(ext/Recurrence, ext/Span, ext/Set-Infinite) to
> Perl6::Container::Set::Ordered - cool.

Note "there is now a Set role".   Emphasis on role.  There will be a
finite set class to go with it, but really these operators just
specify an interface (and a few default implementations when they can
be inferred).  You can implement whatever you like that implements
this interface.

You might not want to call it a container, since it's not a container.

Luke

> - Flavio S. Glock
> 
> 2005/8/10, Dave Whipp <[EMAIL PROTECTED]>:
> > Luke Palmer wrote:
> >
> > > A new development in perl 6 land that will make some folks very happy.
> > >  There is now a Set role.  Among its operations are (including
> > > parentheses):
>

Reply via email to