mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
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;
|
||||
or = 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.
|
||||
fix = f: let result = f result; in result;
|
||||
|
|
Loading…
Reference in a new issue