slot-lambda 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- slot-lambda.cabal +2/−2
slot-lambda.cabal view
@@ -1,6 +1,6 @@ name: slot-lambda-version: 0.1.0.0-synopsis: Write lambdas without naming the parameters. --\_ + _ = \x y -> x+y+version: 0.1.0.1+synopsis: Write lambdas without naming the parameters. description: Write lambdas without naming the parameters. e.g. [s| ı : ı : _ı : ı : _ı : _ı : _0 : [] |] 'a' 'b' 'c' = \x y z -> x:y:y:z:z:z:x:[]