Fix zonking in mkExports
authorsimonpj@microsoft.com <unknown>
Thu, 6 Sep 2007 09:03:46 +0000 (09:03 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 6 Sep 2007 09:03:46 +0000 (09:03 +0000)
commit08ea4e6d331cb4bf1b5ea6ddcc688890a17d9097
tree7690756103e6b7331c4b6ac66955b07208df2be1
parent8b7eaa404043294bd4cb4a0322ac1f7115bad6a0
Fix zonking in mkExports

I'd missed zonk, so that an error message for missing type signature
read (unhelpfully)

  main/GHC.hs:1070:0:
     Warning: Definition but no type signature for `upsweep''
              Inferred type: upsweep' :: forall t1. t

The trouble was that 't' hadn't been zonked.

Push to the stable branch
compiler/typecheck/TcBinds.lhs