
- top.ss - commented out compile-failure tests for now - cce-notes.txt - added my preliminary notes about the Honu codebase - examples/*-test.ss - added *-test.ss files for all *.honu files svn: r943
4 lines
164 B
Scheme
4 lines
164 B
Scheme
(append (map interface? (list Color<%> Posn<%> ColorPosn<%>))
|
|
(map class? (list PosnC% ColorC% ColorPosnC%))
|
|
(map mixin? (list $ColorPosnC-mixin)))
|