Changeset 4000


Ignore:
Timestamp:
09/22/03 17:18:51 (20 years ago)
Author:
piso
Message:

TYPEP: support MEMBER compound type specifiers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/typep.lisp

    r3922 r4000  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: typep.lisp,v 1.6 2003-09-20 00:52:48 piso Exp $
     4;;; $Id: typep.lisp,v 1.7 2003-09-22 17:18:51 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    7171       nil)
    7272      (NOT (not (typep object (car i))))
     73      (MEMBER (member object i))
    7374      (INTEGER
    7475       (and (integerp object) (in-interval-p object i)))
Note: See TracChangeset for help on using the changeset viewer.