racket/collects/honu/private/compiler/translate-parameters.ss
Stevie Strickland cc8ee7ac3a merging 326:329 from branches/sstrickl
This fixes up the fact that is-a? should work different for Honu
classes than MzScheme ones (since Honu classes do not automatically
implement the interfaces their superclass did).  I also did some
parameterization in the translate module (outside the already
existing current-compile-context).

svn: r330
2005-07-04 20:13:47 +00:00

7 lines
135 B
Scheme

(module translate-parameters mzscheme
(provide (all-defined))
(define current-mixin-argument-type (make-parameter #f))
)