haskell / containers

Assorted concrete container types
https://hackage.haskell.org/package/containers
314 stars 177 forks source link

Update doc comments for sorting #1006

Open konsumlamm opened 1 month ago

konsumlamm commented 1 month ago

Explain what stable means and fix sortOn/unstableSortOn documentation (it was copied from Data.List.sortOn and still said "input list"). Also remove the part about "decorate-sort-undecorate paradigm" and "Schwartzian transform", as that doesn't help IMO (it sounds overly technical and I assume most people have never heard of that, at least I haven't).