Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sintrastes authored Aug 20, 2021
1 parent b3a077a commit fabcce8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
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.

0 comments on commit fabcce8

Please sign in to comment.