Skip to content

Commit

Permalink
bugfix of flip function
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimura committed Feb 8, 2016
1 parent 2868cdf commit 6145206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laiz/Func/functions.php
Expand Up @@ -110,7 +110,7 @@ function flip(...$args)
{
return f(function(callable $f, $a, $b){
return $f($b, $a);
});
}, ...$args);
}

function map(...$args)
Expand Down

0 comments on commit 6145206

Please sign in to comment.