Name: level-monad Version: 0.4.1 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 depth-first search. Category: Control, Monads License: PublicDomain License-File: LICENSE Author: Sebastian Fischer Maintainer: sebf@informatik.uni-kiel.de Bug-Reports: http://github.com/sebfisch/level-monad/issues Homepage: http://github.com/sebfisch/level-monad Build-Type: Simple Stability: experimental Extra-Source-Files: README Library Build-Depends: base >= 3 && < 5, fmlist Exposed-Modules: Control.Monad.Levels Ghc-Options: -Wall -fno-full-laziness Source-Repository head type: git location: git://github.com/sebfisch/level-monad.git