unamb 0.1.7 → 0.1.8
raw patch · 2 files changed
+7/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Data/Unamb.hs +6/−3
- unamb.cabal +1/−1
src/Data/Unamb.hs view
@@ -20,11 +20,14 @@ module Data.Unamb (- unamb, assuming, asAgree- , amb, race- -- * Some useful special applications of 'amb'+ -- * Purely functional unambiguous choice+ unamb+ -- * Some useful special applications of 'unamb'+ , assuming, asAgree , parCommute, parIdentity, parAnnihilator , por, pand, pmin, pmax, pmult+ -- * Some related imperative tools+ , amb, race ) where import Prelude hiding (catch)
unamb.cabal view
@@ -1,5 +1,5 @@ Name: unamb-Version: 0.1.7+Version: 0.1.8 Cabal-Version: >= 1.2 Synopsis: Unambiguous choice Category: Concurrency, Data, Other