From: Nguyen Dao

Subject: type in common lisp

Date: 1997-3-12 13:40

Hi, I'm a new LISP learner. When I try
(defclass people()
 ((name:type string)))
it catch an error that no binding type for the Common Lisp symbol TYPE.
What can I do to get rid of this error message?