The dstring package
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.
Properties
| Versions | 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.*) |
| License | BSD3 |
| 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> |
| Stability | experimental |
| Category | Data |
| Home page | https://github.com/basvandijk/dstring |
| Bug tracker | https://github.com/basvandijk/dstring/issues |
| Source repository | git clone git://github.com/basvandijk/dstring.git |
| Upload date | Sun Sep 23 15:58:47 UTC 2012 |
| Uploaded by | BasVanDijk |
| Built on | ghc-7.6 |
| Distributions | NixOS: 0.4.0.4 |
Modules
- Data
Downloads
- dstring-0.4.0.4.tar.gz (Cabal source package)
- package description (included in the package)