level-monad 0.2 → 0.2.1
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Control/Monad/Levels.hs +2/−2
- README +1/−1
- level-monad.cabal +1/−1
Control/Monad/Levels.hs view
@@ -1,7 +1,7 @@ -- | -- Module : Control.Monad.Levels--- Copyright : Sebastian Fischer 2009--- License : BSD3+-- Copyright : Sebastian Fischer+-- License : PublicDomain -- -- Maintainer : Sebastian Fischer (sebf@informatik.uni-kiel.de) -- Stability : experimental
README view
@@ -30,6 +30,6 @@ non-deterministic computation. The nth element in this list contains the results of the computation that are found on the nth level of the computation. Hence, using `concat` to merge the levels, yields-breadth-first search, but different combination function+breadth-first search, but different combination functions (e.g. diagonalisation) can be applied too.
level-monad.cabal view
@@ -1,5 +1,5 @@ Name: level-monad-Version: 0.2+Version: 0.2.1 Cabal-Version: >= 1.6 Synopsis: Non-Determinism Monad for Level-Wise Search Description: This Haskell library provides an implementation of the