Popularity
3.1
Declining
Activity
0.0
Stable
3
3
1

Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    

data-kiln alternatives and similar packages

Based on the "Data" category.
Alternatively, view data-kiln alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of data-kiln or a related project?

Add another 'Data' Package

README

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.