More WIP.
[sod] / src / pset-proto.lisp
index e98c908..0c133d6 100644 (file)
 
   ;; If the caller asks for type T then give him the raw thing.
   (:method (value type (wanted (eql t)))
+    (declare (ignore type))
     value))
 
 ;;;--------------------------------------------------------------------------