0.8.19.3:
[sbcl.git] / src / code / alien-type.lisp
index 86b7121..5aed5cd 100644 (file)
@@ -26,6 +26,9 @@
 
 (!define-type-class alien)
 
+(!define-type-method (alien :negate) (type)
+  (make-negation-type :type type))
+
 (!define-type-method (alien :unparse) (type)
   `(alien ,(unparse-alien-type (alien-type-type-alien-type type))))