Is there a way to have type checking so that this kind of thing does not happen? <cl 74> (defstruct struct-a slot) STRUCT-A <cl 75> (defstruct struct-b slotb) STRUCT-B <cl 77> (struct-b-slotb (make-struct-a :slot 2)) 2 JF