[project @ 2002-11-06 10:38:16 by simonmar]
authorsimonmar <unknown>
Wed, 6 Nov 2002 10:38:16 +0000 (10:38 +0000)
committersimonmar <unknown>
Wed, 6 Nov 2002 10:38:16 +0000 (10:38 +0000)
commitd2935733119306e78099dafa050fce619ce75841
tree3ef524aa3095c7c944945bfe74ebc0cdf080204f
parent834f685ecc4d8f12c9fb522f6288757c15469fdc
[project @ 2002-11-06 10:38:16 by simonmar]
- 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
Foreign/ForeignPtr.hs