On 07/14/2010 05:01 PM, Victor Gorokhov wrote: > You can implement pure pointers on top of Data.Map with O(log n) time Or on top of Data.IntMap with O(1) time. ;)