Silly mistake fixed
svn path=/nixpkgs/trunk/; revision=12665
This commit is contained in:
parent
97e15cc2b8
commit
a8da119da4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ rec {
|
||||||
function = foldArgs merger f arg;
|
function = foldArgs merger f arg;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
composedArgsAndFun = f: foldArgs (x: y: y) {} f;
|
composedArgsAndFun = f: foldArgs (x: y: y) f {};
|
||||||
|
|
||||||
# example a = pairMap (x : y : x + y) ["a" "b" "c" "d"];
|
# example a = pairMap (x : y : x + y) ["a" "b" "c" "d"];
|
||||||
# result: ["ab" "cd"]
|
# result: ["ab" "cd"]
|
||||||
|
|
Loading…
Reference in a new issue