fix printinf of `(class->interface object%)'

This commit is contained in:
Matthew Flatt 2012-12-23 06:42:36 -07:00
parent 27a1121869
commit 0e2a917bda

View File

@ -3760,7 +3760,7 @@ An example
(make-struct-type name type 0 0 #f props insp))
make-)
(define object<%> ((make-naming-constructor struct:interface 'interface:object% "interface")
(define object<%> ((make-naming-constructor struct:interface 'interface:object% #f)
'object% null #f null (make-immutable-hash) #f null))
(setup-all-implemented! object<%>)
(define object% ((make-naming-constructor struct:class 'object% "class")