id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
127	Haskell Platform does not include fingertrees	japple	dons	"[http://hackage.haskell.org/platform/contents.html The contents page] claims that the platform includes fingetrees, but Data.Sequence does not expose a general fingertree interface. In particular, it does not allow user-supplied measures. This makes it a specialization of fingertrees. One can't, for instance, implement an ordered container (like Data.Set) or a priority queue using Data.Sequence with the same asymptotic efficiency as with Data.FingerTree.

In the long run, the fingertree package should probably be added to the platform.

In the short run, the contents page should not claim that fingertrees are available yet."	defect	closed	minor		Platform	fixed		
