Debug.Trace.FunctionCall
Description
See the package page for a short tutorial.
Documentation
Methods
traceFunction :: String -> a -> aSource
Display the parameters and result of evaluating the function when its result is forced. The first argument is the name of the function, as it should appear in the debugging output. The second parameter is the original function.