-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3a077a
commit fabcce8
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# monad-tree | ||
|
||
<p align="center"> | ||
<a href="https://www.haskell.org/"> | ||
<img src="https://img.shields.io/badge/Language-Haskell-blue"> | ||
</a> | ||
<a href="https://hackage.haskell.org/package/monad-tree-0.1.0"> | ||
<img src="https://img.shields.io/badge/Hackage-0.1.0-green"> | ||
</a> | ||
<img src="https://img.shields.io/badge/License-MIT-blue"> | ||
</p> | ||
|
||
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. |