level-monad-0.3: level-monad.cabal
Name: level-monad
Version: 0.3
Cabal-Version: >= 1.6
Synopsis: Non-Determinism Monad for Level-Wise Search
Description: This Haskell library provides an implementation of the
MonadPlus type class that enumerates the levels of the
search space using breadth-first search or iterativ
deepening.
Category: Control, Monads
License: PublicDomain
License-File: LICENSE
Author: Sebastian Fischer
Maintainer: sebf@informatik.uni-kiel.de
Bug-Reports: mailto:sebf@informatik.uni-kiel.de
Homepage: http://github.com/sebfisch/level-monad
Build-Type: Simple
Stability: experimental
Extra-Source-Files: README
Library
Build-Depends: base
Exposed-Modules: Control.Monad.Levels
Ghc-Options: -Wall
Source-Repository head
type: git
location: git://github.com/sebfisch/level-monad.git