dstring-0.4.0.4: Difference strings

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

Versions0.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
Dependenciesbase (≥4 & <4.7), base-unicode-symbols (≥0.1.1 & <0.3), dlist (0.5.*)
LicenseBSD3
Copyright2009-2011 Bas van Dijk <v.dijk.bas@gmail.com>
AuthorBas van Dijk <v.dijk.bas@gmail.com>
MaintainerBas van Dijk <v.dijk.bas@gmail.com>
Stabilityexperimental
CategoryData
Home pagehttps://github.com/basvandijk/dstring
Bug trackerhttps://github.com/basvandijk/dstring/issues
Source repositorygit clone git://github.com/basvandijk/dstring.git
Upload dateSun Sep 23 15:58:47 UTC 2012
Uploaded byBasVanDijk
Built onghc-7.6
DistributionsNixOS: 0.4.0.4

Modules

Downloads