traceVal
lib.traceVal
Docs pulled from | This Revision | 11 minutes ago
Nixpkgs manual
Trace the supplied value and return it.
Inputs
x-
Value to trace and return
Type
traceVal :: a -> a
Examples
Noogle detected
Implementation
The following is the current implementation of this function.
x: trace (f x) x