packages feed

variadic-function 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+9/−2 lines, 3 files

Files

ChangeLog.md view
@@ -1,3 +1,9 @@ # Changelog for variadic-function -## Unreleased changes+## Changes in 0.1.0.1++- Fix markup in README++## Changes in 0.1.0.0++- The first release
README.md view
@@ -32,6 +32,7 @@   (\_ r -> f r)   -- Composition does not use the accumulator either, so it is ()   ()+```  Here is a more complex example that constrains arguments and uses the accumulator: 
variadic-function.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           variadic-function-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Create and transform functions with variable arity. description:    Please see the README on GitHub at <https://github.com/lykahb/variadic-function#readme> category:       Data, Functions