Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2000-09-26 16:45:33 by simonpj] · 70c5660c
    Simon Peyton Jones authored
    * 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
    70c5660c