On 2013/10/04 01:17:08, david.nalesnik wrote:
https://codereview.appspot.com/8647044/diff/5001/scm/c++.scm
File scm/c++.scm (right):

https://codereview.appspot.com/8647044/diff/5001/scm/c++.scm#newcode30
scm/c++.scm:30: (every number-pair? x)))
On 2013/04/23 20:24:57, dak wrote:
> Isn't it dangerous to call "every" on something that is not
necessarily a
list?
> Like (cons 2 3)?

I would think so... However,
(every number-pair? (cons 2 3))
returns #f

Well, relying on undefined behavior that happens to do what we want now
seems imprudent.

https://codereview.appspot.com/8647044/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to