Skip to content
Snippets Groups Projects
Commit dbe96980 authored by ram's avatar ram
Browse files

Type.

parent b747ffc5
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type.lisp,v 1.17 1993/08/31 20:21:15 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type.lisp,v 1.18 1993/08/31 21:33:16 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
(let ((method (type-class-complex-intersection (type-class-info type1)))) (let ((method (type-class-complex-intersection (type-class-info type1))))
(if method (if method
(funcall method type2 type1) (funcall method type2 type1)
(vanilla-intesection type1 type2)))) (vanilla-intersection type1 type2))))
;;; HAS-SUPERCLASSES-COMPLEX-SUBTYPEP-ARG1 -- Internal ;;; HAS-SUPERCLASSES-COMPLEX-SUBTYPEP-ARG1 -- Internal
;;; ;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment