logo
首页技术栈工具库讨论
data-kiln

data-kiln

We functional programmers know that mutable state is unglamorous, but sometimes useful. Data.Kiln lets you create and manipulate mutable recursive structures (Clay) in the Squishy monad (built over ST), then once you're finished with mutation, bake them into immutable, pure, lazy data. The library is polymorphic in the shape of each mutable node in the graph, requiring only that it be Traversable, which means that all sorts of structures, from cons-cells to tagged state diagrams, can be represented and manipulated safely and efficiently, with an ultimately pure output.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconkwf/data-kiln3
HACKAGE
carbal install data-kiln
查看
标签
根据用户添加的标签生成
暂无标签