0.pre7.54:
[sbcl.git] / src / code / target-type.lisp
index 1bd5d47..d08becc 100644 (file)
@@ -63,7 +63,7 @@
              #'ctypep
              obj
              (compound-type-types type)))
-    (function-type
+    (fun-type
      (values (functionp obj) t))
     (unknown-type
      (values nil nil))
   (layout-class (layout-of object)))
 
 ;;; Pull the type specifier out of a function object.
-(defun extract-function-type (fun)
-  (specifier-type (%function-type (%closure-function fun))))
+(defun extract-fun-type (fun)
+  (specifier-type (%fun-type (%closure-function fun))))
 \f
 ;;;; miscellaneous interfaces
 
     (function
      (if (funcallable-instance-p x)
         (sb!xc:class-of x)
-        (extract-function-type x)))
+        (extract-fun-type x)))
     (symbol
      (make-member-type :members (list x)))
     (number