Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2000-04-20 10:56:05 by simonpj] · 074d99bd
    Simon Peyton Jones authored
    - Fix bug in TcExpr.tcMonoExpr (RecordUpd ...), where I hadn't
      propagated the recent change (to be H98ish) that record selectors
      for types with a context are overloaded:
    	data Eq a => T a { f1 :: a }
    
      Here	f1 :: Eq a => T a -> a
    
      I don't like this, but Mark persuaded me that this was the
      Right Thing if we are to have contexts in data decls at all
      (which we should not)
    074d99bd