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' so we can write overloaded string literals of type DString.
Downloads
- dstring-0.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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 && <5), dlist (>=0.3.2 && <0.6), to-string-class (<1) [details] |
License | BSD-3-Clause |
Copyright | 2009 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> |
Revised | Revision 1 made by HerbertValerioRiedel at 2019-02-18T09:39:43Z |
Category | Data |
Source repo | head: darcs get http://code.haskell.org/~basvandijk/code/dstring |
Uploaded | by BasVanDijk at 2009-09-13T19:36:36Z |
Distributions | |
Reverse Dependencies | 5 direct, 23 indirect [details] |
Downloads | 8969 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] |