[... running akcl 1.492 on a Sun 4/110 ... ]
(defstruct newborn
(pounds :type integer)
(ounces :type integer)
sex)
causes an error ("(INTEGER) is an illegal structure slot option").
This is the example from the Reference manual.
-- Scott