traceVal
lib.traceVal
Docs pulled from | This Revision | 4 days ago
Trace the supplied value and return it.
Inputs
x-
Value to trace and return
Type
traceVal :: a -> a
Examples
lib.debug.traceVal usage example
traceVal 42
# trace: 42
=> 42