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