>>>>> "tl" == Thibault Langlois <[EMAIL PROTECTED]> writes:
tl> When I compile the following function I get 6 notes that I do not tl> understand. It seems that "of-type" is not understood. tl> What am I missing ? I am guessing that you have made I a special variable, probably by using SETQ from the listener. You can check whether this is the case by evaluating (walker:variable-globally-special-p 'i) You'll need to restart CMUCL to get back to a normal state. For more details on CMUCL's behaviour with SETQ on an undeclared variable, see <URL:http://www.cons.org/cmucl/FAQ.html> -- Eric Marsden <URL:http://www.laas.fr/~emarsden/>
