mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
lib.debug: fix traceValSeqFn
was calling the wrong parent version.
This commit is contained in:
parent
fccbb2a9e6
commit
5a9ba174bd
@ -77,7 +77,7 @@ rec {
|
|||||||
(modify depth snip x)) y;
|
(modify depth snip x)) y;
|
||||||
|
|
||||||
/* A combination of `traceVal` and `traceSeq` */
|
/* 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;
|
traceValSeq = traceValSeqFn id;
|
||||||
|
|
||||||
/* A combination of `traceVal` and `traceSeqN`. */
|
/* A combination of `traceVal` and `traceSeqN`. */
|
||||||
|
Loading…
Reference in New Issue
Block a user