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

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.

Ecosystem
hackage.haskell.org
Latest Release
0.4.0.4
over 13 years ago
Versions
10
Downloads
9,201 total
Dependent Packages
1
Dependent Repos
1
Links
Registry hackage.haskell.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/dstring
spec
License BSD-3-Clause
First Release about 17 years ago
Last Synced 19 days ago
Repository
Stars 2 on GitHub
Forks 2 on GitHub