monad-tree: Tree data structure for nondeterministic computations.

[ control, library, mit ] [ Propose Tags ]

This package provides monad instances for a rose tree-like data structure that can be used for nondeterministic computations. This is similar to the list monad but allows for computations to remain agnostic about the specific search procedure used.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.2.0.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <=4.16) [details]
License MIT
Author Nathan Bedell
Maintainer nbedell@tulane.edu
Category Control
Source repo head: git clone https://github.com/Sintrastes/monad-tree
Uploaded by nbedell at 2021-08-20T20:37:22Z
Distributions
Downloads 328 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-08-20 [all 1 reports]

Readme for monad-tree-0.1.0

[back to package description]

monad-tree

This package provides monad instances for a rose-tree-like data structure, allowing for the definition of non-deterministic computations that do not depend on a specific search procedure.

For more information, see the documentation for the main Control.Monad.Tree module.