[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TYPEP bug



I believe there is a bug in TYPEP:

Welcome to Macintosh Common Lisp Version 2.0p2!
? (typep #(1 2 3) '(vector integer 3))
T
? (typep #(1 2 3) '(vector fixnum 3))
NIL
? (typep #(1 2 3) '(vector (mod 31) 3))
NIL
? 

All of the above should have returned T (or am I just being dense?).

Erann Gat
gat@robotics.jpl.nasa.gov