[project @ 2000-09-26 16:45:33 by simonpj]
authorsimonpj <unknown>
Tue, 26 Sep 2000 16:45:35 +0000 (16:45 +0000)
committersimonpj <unknown>
Tue, 26 Sep 2000 16:45:35 +0000 (16:45 +0000)
commit70c5660c4bb19a3828454c901aae5e7f01aeca63
treeff97ce69e97ed99549728106ddbab2e57d3aaa05
parent603eccf76ca5df1732dd0744ec941f014e6e3805
[project @ 2000-09-26 16:45:33 by simonpj]
* Remove all traces of addr2Integer.  Big integer literals are now
  done by multiplying up small integers.

* As a result, we can remove PrelNum.hi-boot altogether.

* Correct the default method for (==) in PrelBase.  (It simply
  returned True, which seems bogus to me!)

* Add a type signature for PrelBase.mapFB
ghc/compiler/basicTypes/Unique.lhs
ghc/compiler/prelude/PrelInfo.lhs
ghc/compiler/prelude/PrelNames.lhs
ghc/compiler/prelude/primops.txt
ghc/includes/PrimOps.h
ghc/lib/std/PrelBase.lhs
ghc/lib/std/PrelGHC.hi-boot
ghc/lib/std/PrelNum.lhs
ghc/rts/PrimOps.hc