ChristopherDavenport / nonemptymap

NonEmpty Map Libary
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Port of Functions in Containers Data.Map.Lazy #1

Open ChristopherDavenport opened 6 years ago

ChristopherDavenport commented 6 years ago

Instances

Construction

Insertion

Deletion/Update

Queries

Size

Combine

Unions

Difference

Intersection

Traversal

Map

Folds

Strict folds

Conversion

Lists

Filter

Submap

Indexed

Min/Max

Debugging

Yawolf commented 6 years ago

Remember to tick these function for avoiding misunderstoods:

map mapWithKey mapKeys mapKeysWith fromListWithKey fromListWith fromNonEmptyWithKey fromNonEmptyWith

🙂

ChristopherDavenport commented 6 years ago

Updated, thank you. Will release with these tonight.