+(define-type-method cleanup-function ((type copy-of))
+ (declare (ignore type))
+ #'identity)
+
+(define-type-method destroy-function ((type copy-of))
+ (declare (ignore type))
+ #'(lambda (location &optional offset)
+ (declare (ignore location offset))))
+