Ecosyste.ms: Packages

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

hackage.haskell.org : grouped-list

Grouped lists work like regular lists, except for two conditions: Grouped lists are always finite. Attempting to construct an infinite grouped list will result in an infinite loop. Grouped lists internally represent consecutive equal elements as only one, hence the name of grouped lists. This mean that grouped lists are ideal for cases where the list has many repetitions (like [1,1,1,1,7,7,7,7,7,7,7,7,2,2,2,2,2], although they might present some deficiencies in the absent of repetitions.

Registry - Source - Homepage - JSON
purl: pkg:hackage/grouped-list
Keywords: bsd3, data, library
License: BSD-3-Clause
Latest release: about 2 years ago
First release: over 8 years ago
Dependent repositories: 23
Downloads: 8,473 total
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

    Loading...
    Readme
    Loading...