fix printinf of `(class->interface object%)'
This commit is contained in:
parent
27a1121869
commit
0e2a917bda
|
@ -3760,7 +3760,7 @@ An example
|
||||||
(make-struct-type name type 0 0 #f props insp))
|
(make-struct-type name type 0 0 #f props insp))
|
||||||
make-)
|
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))
|
'object% null #f null (make-immutable-hash) #f null))
|
||||||
(setup-all-implemented! object<%>)
|
(setup-all-implemented! object<%>)
|
||||||
(define object% ((make-naming-constructor struct:class 'object% "class")
|
(define object% ((make-naming-constructor struct:class 'object% "class")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user