mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
lib.debug: fix traceValSeqFn
was calling the wrong parent version.
This commit is contained in:
parent
fccbb2a9e6
commit
5a9ba174bd
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ rec {
|
|||
(modify depth snip x)) y;
|
||||
|
||||
/* A combination of `traceVal` and `traceSeq` */
|
||||
traceValSeqFn = f: v: traceVal f (builtins.deepSeq v v);
|
||||
traceValSeqFn = f: v: traceValFn f (builtins.deepSeq v v);
|
||||
traceValSeq = traceValSeqFn id;
|
||||
|
||||
/* A combination of `traceVal` and `traceSeqN`. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue