packages feed

exact-real 0.11.0 → 0.11.1

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

exact-real.cabal view
@@ -1,8 +1,8 @@ name:         exact-real-version:      0.11.0+version:      0.11.1 synopsis:     Exact real arithmetic description:-  A type to represent exact real number using a fast binary Cauchy sequence+  A type to represent exact real numbers using a fast binary Cauchy sequence license:      MIT license-file: LICENSE author:       Joe Hermaszewski
src/Data/CReal/Converge.hs view
@@ -41,7 +41,7 @@   -- Nothing   converge :: a -> Maybe (Element a) -  -- 'convergeErr' is a function that returns the value the stream is+  -- | 'convergeErr' is a function that returns the value the stream is   -- converging to. It also takes a function err which returns a value which   -- varies monotonically with the error of the value in the stream. This can   -- be used to ensure that when 'convergeErr' terminates when given a