0.8.1.34:
[sbcl.git] / src / compiler / knownfun.lisp
index 70dc67a..d28f79e 100644 (file)
   (predicate-type nil :type (or ctype null)))
 
 (defprinter (fun-info)
+  (attributes :test (not (zerop attributes))
+              :prin1 (decode-ir1-attributes attributes))
   (transforms :test transforms)
   (derive-type :test derive-type)
   (optimizer :test optimizer)