mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
pkgs/stdenv/booter.nix: fix a typo
This commit is contained in:
parent
c22922e251
commit
67a7b42167
@ -43,7 +43,7 @@ stageFuns: let
|
|||||||
|
|
||||||
/* "dfold" a ternary function `op' between successive elements of `list' as if
|
/* "dfold" a ternary function `op' between successive elements of `list' as if
|
||||||
it was a doubly-linked list with `lnul' and `rnul` base cases at either
|
it was a doubly-linked list with `lnul' and `rnul` base cases at either
|
||||||
end. In precise terms, `fold op lnul rnul [x_0 x_1 x_2 ... x_n-1]` is the
|
end. In precise terms, `dfold op lnul rnul [x_0 x_1 x_2 ... x_n-1]` is the
|
||||||
same as
|
same as
|
||||||
|
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user