defgeneric problem

james anderson <[email protected]> Mon, 20 Jan 2003 23:23:48 +0100
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
fwiw

[tschichold:/Applications/ccl] janson% ./scripts/openmcl
Welcome to OpenMCL Version (Beta: Darwin) 0.13.3!
? (defGeneric initialize-clone (node clone)
   #|(:documentation
    "copy slot values from one node to another.
     slots with bound values are left unchanged in order to permit 
previous initarg based
     initialization (see clone-instance), which can then avoid unwanted 
deep cloning.")|#
   (:method-combination progn)
   (:method progn ((from standard-object) (to standard-object))))
#<STANDARD-GENERIC-FUNCTION INITIALIZE-CLONE #x52A3816>
?