Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2000-07-14 13:38:39 by simonpj] · 6a562dd5
    Simon Peyton Jones authored
    Arrange that type signatures work right.  Consider:
    
    	   module A
    		import M( f )
    		f :: Int -> Int
    		f x = x
    
    Here, the 'f' in the signature isn't ambiguous; it
    refers to the locally defined f.  (This isn't clear in
    the Haskell 98 report, but it will be.)
    6a562dd5