3 type system problems in 0.13.1

Timothy Moore <[email protected]> Sun, 10 Nov 2002 00:43:35 -0800
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
Welcome to OpenMCL Version (Beta: Darwin) 0.13.1!
? (upgraded-array-element-type 'real)
 > Error: value (0 . 0) is not of the expected type INTEGER.
 > While executing: ASH
 > Type :POP to abort.
Type :? for other options.
1 > :pop

? (make-array 10 :element-type 'real)
 > Error: Unknown element-type REAL
 > While executing: CCL::MAKE-ARRAY-1
 > Type :POP to abort.
Type :? for other options.
1 > :pop

? (typep '(1 . 2) '(cons integer integer))
 > Error: Unknown type specifier: (CONS INTEGER INTEGER)
 > While executing: CCL::%%TYPEP
 > Type :POP to abort.
Type :? for other options.
1 >

Tim