traceValSeq
lib.debug.traceValSeq
Docs pulled from | This Revision | about 1 hour ago
A combination of traceVal and traceSeq.
Inputs
v-
Value to trace
Type
traceValSeq :: a -> a
Examples
lib.debug.traceValSeq usage example
traceValSeq { a.b.c = 3; }
trace: { a = { b = { c = 3; }; }; }
=> { a = { ... }; }
Noogle detected
Implementation
The following is the current implementation of this function.
traceValSeq = traceValSeqFn id;