[movitz-cvs] CVS movitz/losp/muerte
ffjeld
ffjeld at common-lisp.net
Sun Apr 27 19:45:43 UTC 2008
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory clnet:/tmp/cvs-serv6432
Modified Files:
typep.lisp
Log Message:
Add bit-vector-p.
--- /project/movitz/cvsroot/movitz/losp/muerte/typep.lisp 2008/04/21 19:43:57 1.59
+++ /project/movitz/cvsroot/movitz/losp/muerte/typep.lisp 2008/04/27 19:45:43 1.60
@@ -9,7 +9,7 @@
;;;; Created at: Fri Dec 8 11:07:53 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: typep.lisp,v 1.59 2008/04/21 19:43:57 ffjeld Exp $
+;;;; $Id: typep.lisp,v 1.60 2008/04/27 19:45:43 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -601,6 +601,8 @@
(or (eq xdim '*) (eql xdim adim)))
dimension-spec
(array-dimensions x)))))))
+(defun bit-vector-p (x)
+ (typep x 'bit-vector))
(defun arrayp (x)
(typep x 'array))
More information about the Movitz-cvs
mailing list