Re: [Gcl-devel] list types

2005-06-28 Thread Pascal Bourguignon
Camm Maguire writes: Greetings! Is there a type specifier which restricts elements of a list, e.g. '(list symbol)? Not in Common Lisp. But in Common Lisp, you can write such a type specifier: [41] (typep '(1 2 3) '(restricted-list fixnum)) T [42] (typep '(1 2 3) '(restricted-list (integer 1

[Gcl-devel] list types

2005-06-27 Thread Camm Maguire
Greetings! Is there a type specifier which restricts elements of a list, e.g. '(list symbol)? Take care, -- Camm Maguire[EMAIL PROTECTED] == The earth is but one country, and