traceValSeqN
lib.traceValSeqN
Docs pulled from | This Revision | 38 minutes 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 = { ... }; }