r26100 - docs/Perl6/Spec

2009-04-06 Thread pugs-commits
Author: lwall Date: 2009-04-06 18:41:16 +0200 (Mon, 06 Apr 2009) New Revision: 26100 Modified: docs/Perl6/Spec/S09-data.pod Log: Be explicit about design uncertainty wrt semantics of junctional collapse. Modified: docs/Perl6/Spec/S09-data.pod ==

Re: some questions about S02(type)

2009-04-06 Thread Darren Duncan
Timothy S. Nelson wrote: On Sat, 4 Apr 2009, Darren Duncan wrote: Speaking of libraries, I already implemented a table type ... it's called Set::Relation/::V2 and its on CPAN right now ... for Perl 5 ... I still have to port it to Perl 6, unless someone else wants to do that, but I designed it

Re: some questions about S02(type)

2009-04-06 Thread Darren Duncan
Xiao Yafeng wrote: I don't think an array of hashes and a hash of arrays could perfectly represent a Table type. There are several important facts of a relational model:unordered columns and tupples, various constraints on columns. E.g. how can we represent multi-unique constraints as an array of

r26101 - docs/Perl6/Spec/S32-setting-library

2009-04-06 Thread pugs-commits
Author: lwall Date: 2009-04-06 21:52:18 +0200 (Mon, 06 Apr 2009) New Revision: 26101 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: [S32/Str] add :all flag to split Modified: docs/Perl6/Spec/S32-setting-library/Str.pod ==