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' 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 |
|---|---|
| Dependencies | base, dlist |
| License | BSD3 |
| 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> |
| Stability | experimental |
| Category | Data |
| Source repository | darcs get http://code.haskell.org/~basvandijk/code/dstring |
| Upload date | Wed Mar 18 14:24:38 UTC 2009 |
| Uploaded by | BasVanDijk |
| Built on | ghc-6.10, ghc-6.12, ghc-7.0 |
| Distributions | NixOS: 0.4.0.3 |
Modules
- Data
Downloads
- dstring-0.2.tar.gz (Cabal source package)
- package description (included in the package)