logo
首页技术栈工具库讨论
dstring

dstring

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.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconbasvandijk/dstring2
HACKAGE
carbal install dstring
查看
标签
根据用户添加的标签生成
暂无标签