Comment 1 for bug 173382

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fixed in revision 1167:
Ikarus Scheme version 0.0.2+ (revision 1167, build 2007-12-02)
Copyright (c) 2006-2007 Abdulaziz Ghuloum

> (define-record-type foo (opaque #t))
> (make-foo)
#<unknown>
> (define-record-type bar (opaque #f))
> (make-bar)
#[bar]
> ^D