Discussion:
SUBTYPEP mishap?
Marco Antoniotti
2012-01-08 13:55:04 UTC
Permalink
Hi

AM I BEING LOADED?
Welcome to Clozure Common Lisp Version 1.7-store-r15140 (DarwinX8664)!
? (subtypep 'foo t)
T
T


This seems wrong. Note that I want to define

(defun is-type-specifier (x)
(ignore-errors (subtytpep x t)))

Cheers

--
Marco Antoniotti

P.S. The "AM I BEING LOADED?" is cute, but a bit annoying.... :)
Loading...