Ecosyste.ms: Packages

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

hackage.haskell.org : dstring

Difference strings: a data structure for O(1) append on strings. Note that a DString is just a newtype wrapper around a DList Char. The reason we need a new type instead of just a type synonym is that we can have an instance IsString DString without using language extensions (TypeSynonymInstances or FlexibleInstances) so we can write overloaded string literals of type DString.

Registry - Source - JSON
purl: pkg:hackage/dstring
Keywords: bsd3, data, library, haskell
License: BSD-3-Clause
Latest release: over 11 years ago
First release: about 15 years ago
Dependent packages: 1
Dependent repositories: 1
Downloads: 8,824 total
Stars: 2 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...