On 30 Jul 2004, at 10:07, brogoff wrote: > > I would like to see an implementation of the catenable deques only > using simple list ops (not laziness) described by Kaplan and Tarjan, > in OCaml. Sure. Here is the basic implementation I did for performance comparisons.