mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #43529 from teto/traceValSeq
lib.debug: fix traceValSeqFn
This commit is contained in:
commit
32e9cac1e0
@ -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