Specialization on the second arg of print-object is not allowed
Sun Feb 7 07:30:06 UTC 2010 pix@kepibu.org
* Specialization on the second arg of print-object is not allowed
diff -rN -u old-cl-unification/templates-hierarchy.lisp new-cl-unification/templates-hierarchy.lisp
--- old-cl-unification/templates-hierarchy.lisp 2015-12-13 15:34:08.000000000 +0000
+++ new-cl-unification/templates-hierarchy.lisp 2015-12-13 15:34:08.000000000 +0000
@@ -106,7 +106,7 @@
(:method ((x t)) nil))
-(defmethod print-object ((template template) (stream stream))
+(defmethod print-object ((template template) stream)
(format stream "#T~S" (template-spec template)))