There are three identical functions in Data.Map for flattening a Map to a
list of tuples in ascending order:
assocs = toList = toAscList
…but nothing to convert to a descending list.
There are three identical functions in Data.Map for flattening a Map to a
list of tuples in ascending order:
assocs = toList = toAscList
…but nothing to convert to a descending list.