From: Kari Heinola
Subject: Checking type specifier for validity
Date: 
Message-ID: <394EDDF0.95F1D482@home.com>
This is a multi-part message in MIME format.
--------------6FB69A352A208C85A961AAC9
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello

Is there any way to check if type specifier expression is valid?

I'm currently doing just 
	(if (or (symbolp expr) (consp expr))
		...

During the type specifier check I don't have yet any value available,
otherwise I could use something like 
	(typep val type-spec)
and see what happens.


KH
--------------6FB69A352A208C85A961AAC9
Content-Type: text/x-vcard; charset=us-ascii;
 name="kari.heinola.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Kari Heinola
Content-Disposition: attachment;
 filename="kari.heinola.vcf"

begin:vcard 
n:Heinola;Kari
tel;fax:1-204-2146018
tel;work:1-604-5221080
x-mozilla-html:FALSE
url:www.dp.com
org:Design Power
adr:;;;;;;
version:2.1
···························@dp.com
end:vcard

--------------6FB69A352A208C85A961AAC9--