traceValSeqN
lib.debug.traceValSeqN
Docs pulled from | This Revision | about 2 hours ago
A combination of traceVal and traceSeqN.
Inputs
depth-
1. Function argument
v-
Value to trace
Type
traceValSeqN :: Int -> a -> a
Examples
lib.debug.traceValSeqN usage example
traceValSeqN 2 { a.b.c = 3; }
trace: { a = { b = {…}; }; }
=> { a = { ... }; }
Noogle detected
Implementation
The following is the current implementation of this function.
traceValSeqN = traceValSeqNFn id;