Don't simplify 'equal?' to 'not' or 'null?'.
authorMark H Weaver <mhw@netris.org>
Mon, 8 Oct 2012 04:37:09 +0000 (00:37 -0400)
committerMark H Weaver <mhw@netris.org>
Mon, 8 Oct 2012 04:37:09 +0000 (00:37 -0400)
commitbcf87e35e17741c279b755b0804776cdc8ee5828
tree15a6043b49434bf3cb70346de00172a22eeb9c43
parentebd363161ef533833fc48c3389075bf4db7ebe17
Don't simplify 'equal?' to 'not' or 'null?'.

* module/language/tree-il/primitives.scm (*primitive-expand-table*):
  Don't simplify 'equal?' to 'not' or 'null?', but only to 'eq?'.

* test-suite/tests/tree-il.test ("primitives"): Adjust tests.
module/language/tree-il/primitives.scm
test-suite/tests/tree-il.test