#| -*-Scheme-*-
-$Id: gconst.scm,v 4.16 1993/06/29 23:22:30 cph Exp $
+$Id: gconst.scm,v 4.17 1993/10/10 07:50:39 cph Exp $
Copyright (c) 1987-93 Massachusetts Institute of Technology
CAR
CDR
CELL-CONTENTS
- CELL?
CHAR->ASCII
CHAR->INTEGER
CHAR-ASCII?
#| -*-Scheme-*-
-$Id: usiexp.scm,v 4.18 1993/09/01 00:10:29 cph Exp $
+$Id: usiexp.scm,v 4.19 1993/10/10 07:50:46 cph Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
(if-not-expanded))))
(define char?-expansion (type-test-expansion (ucode-type character)))
+(define cell?-expansion (type-test-expansion (ucode-type cell)))
(define vector?-expansion (type-test-expansion (ucode-type vector)))
(define %record?-expansion (type-test-expansion (ucode-type record)))
(define weak-pair?-expansion (type-test-expansion (ucode-type weak-cons)))