packages feed

canon 0.1.0.1 → 0.1.0.2

raw patch · 4 files changed

+4/−3 lines, 4 filesbinary-addedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Changes view
@@ -1,7 +1,8 @@+0.1.0.2:+    Bug fix for pattern PN1 in Internals.hs 0.1.0.1:     Improvements to documentation.     Fix typos and word omissions.     Remove unused / "unsafe" Cr functions from AurifCyclo.hs- 0.1.0.0:     First release
Math/NumberTheory/Canon/Internals.hs view
@@ -143,7 +143,7 @@  -- | Pattern to match the CR_ equivalent of -1 pattern PN1 :: forall a a1. (Num a, Num a1, Eq a, Eq a1) => [(a1, a)]-pattern PN1       = [(0,1)]+pattern PN1       = [(-1,1)]  -- | Pattern to match a badly formed zero, meaning it's an invalid CR_ pattern PZeroBad :: forall t a. (Num a, Eq a) => [(a, t)]
+ canon-0.1.0.2.tar.gz view

binary file changed (absent → 45 bytes)

canon.cabal view
@@ -2,7 +2,7 @@ --  see http://haskell.org/cabal/users-guide/  name:                canon-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Massive Number Arithmetic description:         This library allows one to manipulate numbers of practically unlimited size by keeping them in factored "canonical" form.                      For manipulating sums and differences, there is additional code to factor expressions of special forms.