Skip to content
  • Simon Peyton Jones's avatar
    Fix zonking in mkExports · 08ea4e6d
    Simon Peyton Jones authored
    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
    08ea4e6d