0.1.0
Version 0.1.0
monad-tree
0.1.0 has officially been released! This is the first version of the package, and provides the basic Tree
data type, Monad
, Applicative
and Alternative
instances, as well as some simple search procedures such as two variations of breadth-first and depth-first search.
In later versions, once the APIs have been stabilized, I will probably add back in some DSLs for relational programming with Tree
, as well as utilities for working with weighted trees, together with more search procedures.
A source distribution is provided here for convenience, but the package is also available for use on hackage.