Make SpecConstr work better for nested functions
authorsimonpj@microsoft.com <unknown>
Tue, 27 Jun 2006 09:47:42 +0000 (09:47 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 27 Jun 2006 09:47:42 +0000 (09:47 +0000)
In SpecConstr.scBind, we should pass the optimised body (body') to
specialise, not the un-optimised one. In this way we'll benefit from
specialising any nested functions inside body.

Discovered by Roman.


No differences found