[project @ 2001-08-15 15:50:41 by simonmar]
authorsimonmar <unknown>
Wed, 15 Aug 2001 15:50:41 +0000 (15:50 +0000)
committersimonmar <unknown>
Wed, 15 Aug 2001 15:50:41 +0000 (15:50 +0000)
commit99b4825c2a570767e9fa4ceab786476b07c7ac59
tree48dc5c1266dc868fe3311cc2ed02b00ccbbd9475
parenta27ef0b1541999fb02da450df4c09702a99ef3f3
[project @ 2001-08-15 15:50:41 by simonmar]
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
ghc/compiler/ghci/InteractiveUI.hs