purescript-catenable-lists icon indicating copy to clipboard operation
purescript-catenable-lists copied to clipboard

CatQueue `traverse` implementation

Open nadameu opened this issue 11 months ago • 1 comments

The traverse implementation of CatQueue iterates through every element twice.

Is this intended?

https://github.com/purescript/purescript-catenable-lists/blob/09abe1f4888bc00841ad2b59e56a9e7ce7ebd4ab/src/Data/CatQueue.purs#L166-L168

nadameu avatar Nov 28 '24 20:11 nadameu