Add a transform for EQUALP.
authorStas Boukarev <stassats@gmail.com>
Thu, 5 Sep 2013 16:39:53 +0000 (20:39 +0400)
committerStas Boukarev <stassats@gmail.com>
Thu, 5 Sep 2013 16:39:53 +0000 (20:39 +0400)
commit5c52e958cbff33e64084bc165813c90ca0e39085
tree31c35ef1910461de28f3814023c674997951384d
parent440baf2d4f88579609615c6cbf598c336fb07445
Add a transform for EQUALP.

Similar to the EQUAL one.

Also fix a bug in the EQUAL transform when types which include
specialized arrays inside them were resulting in EQUAL being
incorrectly folded to NIL.
NEWS
src/compiler/srctran.lisp
tests/compiler.pure.lisp