[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
Showing
- ghc/compiler/basicTypes/Unique.lhs 0 additions, 2 deletionsghc/compiler/basicTypes/Unique.lhs
- ghc/compiler/prelude/PrelInfo.lhs 0 additions, 1 deletionghc/compiler/prelude/PrelInfo.lhs
- ghc/compiler/prelude/PrelNames.lhs 1 addition, 3 deletionsghc/compiler/prelude/PrelNames.lhs
- ghc/compiler/prelude/primops.txt 1 addition, 5 deletionsghc/compiler/prelude/primops.txt
- ghc/includes/PrimOps.h 1 addition, 2 deletionsghc/includes/PrimOps.h
- ghc/lib/std/PrelBase.lhs 6 additions, 10 deletionsghc/lib/std/PrelBase.lhs
- ghc/lib/std/PrelGHC.hi-boot 0 additions, 1 deletionghc/lib/std/PrelGHC.hi-boot
- ghc/lib/std/PrelNum.lhs 1 addition, 5 deletionsghc/lib/std/PrelNum.lhs
- ghc/rts/PrimOps.hc 1 addition, 25 deletionsghc/rts/PrimOps.hc
Loading
Please register or sign in to comment