bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 2149 in lilypond: Patch: Creates non-negative-integer? predica


From: lilypond
Subject: Re: Issue 2149 in lilypond: Patch: Creates non-negative-integer? predicate.
Date: Thu, 29 Dec 2011 10:16:49 +0000


Comment #5 on issue 2149 by address@hidden: Patch: Creates non-negative-integer? predicate.
http://code.google.com/p/lilypond/issues/detail?id=2149

That's what I meant with "Scheme has a definition". non-negative-integer? however is not really appropriate since negative integers don't even make sense in the context where you would want to use that predicate.

So something like unsigned? (somewhat ambiguous since the term does not really rule out a subset of fractions or floats) or unsigned-integer? (again awkward, but less so than non-negative-integer?) or just count? seem better suited.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]