reverse-apply 1.0.3 → 2.0
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- reverse-apply.cabal +1/−1
- src/Control/Apply/Reverse.hs +2/−2
reverse-apply.cabal view
@@ -1,6 +1,6 @@ name: reverse-apply-version: 1.0.3+version: 2.0 cabal-version: >= 1.2 author: Hans Hoglund maintainer: Hans Hoglund
src/Control/Apply/Reverse.hs view
@@ -16,8 +16,8 @@ module Control.Apply.Reverse where -infixl 0 &-infixl 0 &!+infixl 1 &+infixl 1 &! (&) = flip ($) (&!) = flip ($!)