Two more wibbles to CorePrep (fixes HTTP package and DPH)
authorsimonpj@microsoft.com <unknown>
Thu, 29 Jan 2009 13:19:54 +0000 (13:19 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 29 Jan 2009 13:19:54 +0000 (13:19 +0000)
commit6af98b2f2302d06f8e545c610eb5f2881ed88540
tree8d219b16713cf1fd04d35ada7d2f67f6150e92c2
parent80ac93dd892acde2d547093ecbf9240f66eb32de
Two more wibbles to CorePrep (fixes HTTP package and DPH)

Ensuring that
  a) lambdas show up only on the RHSs of binding after CorePrep
  b) the arity of a binding exactly matches the maifest lambdas
is surprisingly tricky.

I got it wrong (again) in my recent CorePrep shuffling, which broke
packages HTTP and DPH.  This patch fixes both.
compiler/coreSyn/CorePrep.lhs