aop-prelude 0.3.0.0 → 0.3.0.1
raw patch · 2 files changed
+8/−1 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ AOPPrelude: class Num a => Fractional a
+ AOPPrelude: class Num a
+ AOPPrelude: class Show a
+ AOPPrelude: data Natural
+ AOPPrelude: type String = [Char]
Files
- aop-prelude.cabal +1/−1
- src/AOPPrelude.hs +7/−0
aop-prelude.cabal view
@@ -4,7 +4,7 @@ -- http://haskell.org/cabal/users-guide/ name: aop-prelude-version: 0.3.0.0+version: 0.3.0.1 synopsis: prelude for Algebra of Programming description: prelude for Algenra of Programming, the original code was created by Richard Bird. homepage: https://github.com/cutsea110/aop-prelude.git
src/AOPPrelude.hs view
@@ -51,6 +51,13 @@ , negate, primPrint, strict, error , show , flip+ -- Re-exports+ , String+ , Num+ , Fractional+ , Show+ , Natural+ , module GHC.Types ) where --------------------------------------------------------------------- -- Prelude for `Algebra of Programming' -----------------------------