fboundp may return something other than T if a symbol is FBOUNDP
Subject: fboundp may return something other than T if a symbol is FBOUNDP
From: Rainer Joswig
Date: Fri, 04 May 2007 23:22:40 +0200
Maxima 5.12.0
OpenMCL returns the function if a symbol is FBOUNDP.
This seems to be allowed by ANSI CL.
? (fboundp 'sin)
#<Compiled-function SIN #x3000400482CF>
Running tests in rtest15:
********************** Problem 200 ***************
Input:
(translate(F1), fboundp(F1))
Result:
#<Compiled-function $f1 #x300041ED8FFF>
This differed from the expected result:
true
--
http://lispm.dyndns.org