Relax generic function typing
[hyperobject.git] / base-class.lisp
index 8c2780b498d9c0d05afb6c7bb122cf25e4f52b4c..a7acb3bb04e75a480c4296305d5096a0678cae38 100644 (file)
@@ -20,7 +20,7 @@
   (:metaclass hyperobject-class)
   (:description "Basic hyperobject class"))
 
-(defmethod print-object ((obj hyperobject) (s stream))
+(defmethod print-object ((obj hyperobject) s)
   (print-unreadable-object (obj s :type t :identity nil)
     (funcall (obj-data-printer (get-view-id obj :compact-text))
              obj s nil)))