dstring-0.3: 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' 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
Dependenciesbase (4.*), dlist (0.*), to-string-class (0.*)
LicenseBSD3
Copyright2009 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
Source repositorydarcs get http://code.haskell.org/~basvandijk/code/dstring
Upload dateSun Sep 13 19:36:36 UTC 2009
Uploaded byBasVanDijk
Built onghc-6.10, ghc-6.12
DistributionsNixOS: 0.4.0.3

Modules

Downloads