cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 15 Aug 2001 08:50:41 -0700


simonmar    2001/08/15 08:50:41 PDT

  Modified files:
    ghc/compiler/ghci    InteractiveUI.hs 
  Log:
  Aha!  I discovered how to distinguish ordinary record selectors from
  class methods.
  
  Prelude> :i +
  -- + is a method in class Num
  + :: forall a. (Num a) => a -> a -> a
  
  Revision  Changes    Path
  1.89      +13 -7     fptools/ghc/compiler/ghci/InteractiveUI.hs