r28772 - docs/Perl6/Spec

2009-10-12 Thread pugs-commits
Author: carlin Date: 2009-10-12 12:11:08 +0200 (Mon, 12 Oct 2009) New Revision: 28772 Modified: docs/Perl6/Spec/S29-functions.pod Log: [Spec/S29-functions.pod] Fixed mistake with 'die'. carlin--, masak++ Modified: docs/Perl6/Spec/S29-functions.pod

Re: r28751 - docs/Perl6/Spec

2009-10-12 Thread Larry Wall
On Sun, Oct 11, 2009 at 11:47:45AM -0400, Brandon S. Allbery KF8NH wrote: On Oct 11, 2009, at 06:36 , Mark J. Reed wrote: That's not grammatical; you've just created a run-on sentence. Why not leave it as a colon? Or semicolon. I agree comma seems wrong. Colon is correct here because

Re: r28597 - docs/Perl6/Spec/S32-setting-library

2009-10-12 Thread Michael Zedeler
David Green wrote: On 2009-Oct-4, at 2:07 pm, Moritz Lenz wrote: Michael Zedeler wrote: It doesn't, because succ should always give the next, smallest possible element given some ordering relation. Where's that definition from? The dictionary. =) It would be confusing to have a successor

Re: r28597 - docs/Perl6/Spec/S32-setting-library

2009-10-12 Thread yary
... Also, the domain should define how to compare objects and could provide details about whether the set is finite, countable or uncountable. ... Sounds like a role Domain that provides methods (off the top of my head)- ordering - returns Nil if the domain is unordered, or a method