Skip to content

Add a pprTraceWith function

Sebastian Graf requested to merge wip/ppr-trace-with into master

I've been wanting this from time to time. Basically combines being able to inspect the return value à la pprTraceIt (without auxiliary lets) with inspecting arbitrary ambient expressions à la pprTrace.

Merge request reports