Changeset 589
- Timestamp:
- Feb 28, 2004, 3:59:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-typesys.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-typesys.lisp
r586 r589 1375 1375 (when (or (typep m 'cons) 1376 1376 (typep m 'array)) 1377 nil)))1377 (return nil)))) 1378 1378 (union-ctype 1379 1379 (every #'cacheable-ctype-p (union-ctype-types ctype))) … … 1394 1394 (or (null result) 1395 1395 (cacheable-ctype-p result)))))) 1396 (negation-ctype 1397 (cacheable-ctype-p (negation-ctype-type ctype))) 1398 (cons-ctype 1399 (and (cacheable-ctype-p (cons-ctype-car-ctype ctype)) 1400 (cacheable-ctype-p (cons-ctype-cdr-ctype ctype)))) 1401 ;;; Anything else ? Simple things (numbers, classes) can't lose. 1396 1402 (t t))) 1397 1403
Note:
See TracChangeset
for help on using the changeset viewer.
