Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.3% on hackage.haskell.org
Top 7.5% downloads on hackage.haskell.org
Top 5.6% dependent packages on hackage.haskell.org
Top 8.7% dependent repos on hackage.haskell.org

hackage.haskell.org : sorted-list

Type-enforced sorted lists and related functions. These are useful for: Constraining the argument of a function to be a sorted list by stating in your type that the input list is a sorted list. Avoiding sorting a list twice. Creating a list that is sorted from the moment of its construction, so it doesn't have to be sorted later. Performing list operations keeping the input list sorted. Improving those list operations that can be benefited from the ordering of its elements. Creating infinite lists that are sorted! And more! If you are missing a feature, do not hesitate to ask by opening an issue at the bug-tracker.

Registry - JSON
purl: pkg:hackage/sorted-list
Keywords: bsd3, data, library
License: BSD-3-Clause
Latest release: 8 months ago
First release: about 9 years ago
Dependent packages: 3
Dependent repositories: 37
Downloads: 19,923 total
Last synced: 5 days ago

    Loading...
    Readme
    Loading...