type name 'str' in Synopsis

2006-06-28 Thread Darren Duncan
Looking at Synopsis 12, I notice that the Enums section refers to a str type, but Synopsis 6 doesn't, so there is an inconsistency here that needs correcting. At first I thought S12 could be updated to use Str instead, but then when looking closer it seemed to me that the enum seemed to be

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

2006-06-28 Thread audreyt
Author: audreyt Date: Wed Jun 28 18:37:41 2006 New Revision: 9719 Modified: doc/trunk/design/syn/S06.pod Log: * S06: anonymous methods is part of Perl 6, so we use that instead of the Perl5esque sub for FETCH and STORE. Modified: doc/trunk/design/syn/S06.pod

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

2006-06-28 Thread audreyt
Author: audreyt Date: Wed Jun 28 18:43:52 2006 New Revision: 9720 Modified: doc/trunk/design/syn/S06.pod Log: * S06: Macros now re-splice in runtime when called as functions; this closes the unspecced taking macro as an object and call it loophole in S06. Modified:

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

2006-06-28 Thread audreyt
Author: audreyt Date: Wed Jun 28 18:49:13 2006 New Revision: 9721 Modified: doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S10.pod doc/trunk/design/syn/S12.pod Log: * Separate multi/single dispatch and method/sub completely in the nomenclature; the invocant is always the object

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

2006-06-28 Thread larry
Author: larry Date: Wed Jun 28 19:50:48 2006 New Revision: 9722 Modified: doc/trunk/design/syn/S12.pod Log: enum clarifications from dduncan++ Modified: doc/trunk/design/syn/S12.pod == ---

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

2006-06-28 Thread larry
Author: larry Date: Wed Jun 28 22:49:04 2006 New Revision: 9723 Modified: doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S12.pod Log: Revised some ambiguous sentences. Modified: doc/trunk/design/syn/S04.pod ==