svn path=/nixpkgs/trunk/; revision=16131
This commit is contained in:
parent
70e1cd9c10
commit
0281a7deb8
@ -10,7 +10,7 @@ rec {
|
|||||||
concat = x: y: x ++ y;
|
concat = x: y: x ++ y;
|
||||||
or = x: y: x || y;
|
or = x: y: x || y;
|
||||||
and = x: y: x && y;
|
and = x: y: x && y;
|
||||||
mergeAttrs = x : y : x // y;
|
mergeAttrs = x: y: x // y;
|
||||||
|
|
||||||
# Take a function and evaluate it with its own returned value.
|
# Take a function and evaluate it with its own returned value.
|
||||||
fix = f: let result = f result; in result;
|
fix = f: let result = f result; in result;
|
||||||
|
Loading…
Reference in New Issue
Block a user