Eliminate an infinite recursion in TYPE-UNION of INTERSECTION types
authorPaul Khuong <pvk@pvk.ca>
Sun, 30 Oct 2011 06:32:41 +0000 (02:32 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sun, 30 Oct 2011 06:32:41 +0000 (02:32 -0400)
commita27847030e4ba8f7298ad3d302b0c5b05a8b8542
treef9e3c541a121e3b17d1b7cb38b658991af1fb8e8
parentec8285d7300b102aa2644ca9877088f0b224405a
Eliminate an infinite recursion in TYPE-UNION of INTERSECTION types

Reported by Eric Marsden on sbcl-devel.

Fixes lp#883498.
src/code/late-type.lisp
tests/type.pure.lisp