dstring: Difference strings
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
.
[Skip to Readme]
Downloads
- dstring-0.4.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.0.1, 0.3.0.2, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4 |
---|---|
Dependencies | base (>=4 && <4.7), base-unicode-symbols (>=0.1.1 && <0.3), dlist (>=0.5 && <0.6) [details] |
License | BSD-3-Clause |
Copyright | 2009-2011 Bas van Dijk <v.dijk.bas@gmail.com> |
Author | Bas van Dijk <v.dijk.bas@gmail.com> |
Maintainer | Bas van Dijk <v.dijk.bas@gmail.com> |
Category | Data |
Home page | https://github.com/basvandijk/dstring |
Bug tracker | https://github.com/basvandijk/dstring/issues |
Source repo | head: git clone git://github.com/basvandijk/dstring.git |
Uploaded | by BasVanDijk at 2012-09-23T15:58:47Z |
Distributions | |
Reverse Dependencies | 5 direct, 23 indirect [details] |
Downloads | 8971 total (31 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |