[Ecls-list] Coerce bug

Raymond Toy toy.raymond at gmail.com
Sun Oct 26 01:36:50 UTC 2008


Consider this:

(defun zot (z)
  (type-of (coerce z '(complex double-float))))
(compile 'zot)
(zot 10) -> (integer 10 10)

I think it should return (complex double-float), not integer.

Ray





More information about the ecl-devel mailing list