racket/collects/honu/examples/struct-test.ss
Carl Eastlund 365754f55c Honu:
- 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
2005-09-29 16:14:54 +00:00

4 lines
164 B
Scheme

(append (map interface? (list Color<%> Posn<%> ColorPosn<%>))
(map class? (list PosnC% ColorC% ColorPosnC%))
(map mixin? (list $ColorPosnC-mixin)))