Data.Map Conversion Functionality
29/03/2009There 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.
No comments yet.