Noogλe

search input

Function of the day

  • Takes 2 arguments

    e1, e2

    Evaluate e1 and print its abstract syntax representation on standard error. Then return e2. This function is useful for debugging.

    If the debugger-on-trace option is set to true and the --debugger flag is given, the interactive debugger is started when trace is called (like break).