[Openmcl-devel] BUG: SYMBOLP on argument declared of type double-float

Eric Marsden eric.marsden at free.fr
Thu Nov 17 08:21:07 PST 2011


Hi,

This is on Linux/armel (current SVN).

,----
| ? (lisp-implementation-version)
| "Version 1.8-dev  (LinuxARM32)"
| ? (defun foo (p1)
|     (declare (type double-float p1))
|     (symbolp p1))
| FOO
| ? (foo 1.0d0)
| T
`----

-- 
Eric Marsden




More information about the Openmcl-devel mailing list