lilypond-devel
[Top][All Lists]
Advanced

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

Re: Implementation of music streams


From: Nicolas Sceaux
Subject: Re: Implementation of music streams
Date: Sun, 14 May 2006 12:04:58 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

"Erik Sandberg" <address@hidden> writes:

> OK, unique in the sense of eq? seems sensible.

you mean in the sense of eqv?.

http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-9.html#%25_idx_216

(eq? 2 2)                               ===>  unspecified
(eq? #\A #\A)         ===>  unspecified
(let ((n (+ 2 3)))
  (eq? n n))              ===>  unspecified




reply via email to

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