Data.Map Conversion Functionality
Publish date: Mar 29, 2009
Last updated: Jan 2, 2025
Last updated: Jan 2, 2025
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.