first barest-bones Relation implementation committed

2006-04-16 Thread Darren Duncan
All, Following up with my recent on-#perl6 promises, I have started to implement a Perl 6 Relation class, in Pugs' ext/Relation/ directory. It is conceptually similar to the Perl 6 Set class, but operates in 2 main dimensions rather than 1. This barest-bones version has 2 main attributes, a

[svn:perl6-synopsis] r8724 - doc/trunk/design/syn

2006-04-16 Thread autrijus
Author: autrijus Date: Sun Apr 16 18:24:04 2006 New Revision: 8724 Modified: doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S09.pod Log: * more typo cleanups promted by Dr. Ruud. Modified: doc/trunk/design/syn/S06.pod =

Re: [svn:perl6-synopsis] r8698 - doc/trunk/design/syn

2006-04-16 Thread Dr.Ruud
[EMAIL PROTECTED] schreef: > +The unary prefix operator C<*> casts a value to an C s/\ban\b/a > @@ -1340,7 +1340,7 @@ > PairTuple of two elements that serves as an one-element idem > +my $ref = [EMAIL PROTECTED]; # $ref is an Capture object - see S02 idem -- Affijn