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.
- Notifications
You must be signed in to change notification settings - Fork 2
Difference strings
License
basvandijk/dstring
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Difference strings
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published