simonpj 2001/10/01 02:41:28 PDT
Modified files:
ghc/compiler/prelude PrelNames.lhs PrelRules.lhs
Log:
Stuff to make a RULE work for
eqString "foo" "foo" = True
(etc.) The rule is of course a BuiltinRule in PrelRules
Revision Changes Path
1.36 +3 -0 fptools/ghc/compiler/prelude/PrelNames.lhs
1.28 +24 -11 fptools/ghc/compiler/prelude/PrelRules.lhs