X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=mop.lisp;h=b34541c11d7982647d1638cda566bd52fb438b38;hb=7f6cbd20ca01e6f29b4fa7d68a0908864e400320;hp=28b2302a6c382ec752f1ade693df2a2f93c45e60;hpb=3cd0b929f112c66a537c00eaf951563df4985fc1;p=hyperobject.git diff --git a/mop.lisp b/mop.lisp index 28b2302..b34541c 100644 --- a/mop.lisp +++ b/mop.lisp @@ -11,7 +11,7 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: mop.lisp,v 1.67 2003/04/29 09:39:45 kevin Exp $ +;;;; $Id: mop.lisp,v 1.69 2003/05/06 22:19:09 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -265,6 +265,10 @@ #+ho-normal-esdc (setq cl:*features* (delete :ho-normal-esdc cl:*features*)) +(defun lisp-type-is-a-string (type) + (or (eq type 'string) + (and (listp type) (some #'(lambda (x) (eq x 'string)) type)))) + (defun value-type-to-lisp-type (value-type) (case (if (atom value-type) value-type