Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2000-07-18 14:50:32 by simonpj] · 798374a5
    Simon Peyton Jones authored
    Arrange that type signatures that have no "parent" signatures
    work right.  For example
    
    	   module A
    	      f :: Int -> Int
    
    The panic in RnEnv.lookupBndrRn becomes an error message.  Also
    RnBinds.rnTopMonoBinds and rnMonoBinds were wrongly ignoring all
    signatures altogether if there were no bindings!
    798374a5