simonmar    2002/11/06 02:38:17 PST

  Modified files:
    libraries/base/Foreign ForeignPtr.hs 
  Log:
  - Add a Show instance for ForeignPtr
  
  - Fix the Eq instance for ForeignPtr to match the behaviour specified
    by the spec.  Two ForeignPtrs are equal iff their underlying Ptrs
    are equal (previously they were equal iff they were the same
    ForeignPtr).
  
  MERGE TO STABLE
  
  Revision  Changes    Path
  1.12      +6 -6      fptools/libraries/base/Foreign/ForeignPtr.hs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries


Reply via email to