cookbook-2.1.0.0: Tiered general-purpose libraries with domain-specific applications.

Safe HaskellSafe-Inferred

Cookbook.Ingredients.Tupples.Assemble

Synopsis

Documentation

tupsort :: Ord b => [(a, b)] -> [(a, b)]Source

Quicksort a list of tupples, with the (Ord) element being the second one.

assemble :: Ord b => [(a, b)] -> [a]Source

Orders element-Ord tupples and gets all of the first elements.