
8 Jan
2008
8 Jan
'08
6:36 a.m.
http://www.haskell.org/ghc/docs/latest/html/libraries/base/Foreign-Ptr.html#... The description "Computes the offset required to get from the first to the second argument." contradicts to the formula p2 == p1 `plusPtr` (p2 `minusPtr` p1) It should be "Computes the offset required to get from the second to the first argument."