PropCheck.Instrument.print_fun
You're seeing just the function
print_fun
, go back to PropCheck.Instrument module for more information.
Specs
Debugging aid for analyzing code generations. Prints the restructered Erlang code of function
fun
in module mod
. We use Erlang code here, because Elixir source code cannot generated from
the byte code format due to macros, which change the compilation process too heavily.