MWE: ```julia using Expronicon JLFunction(@expr x -> reduce(.*, x)) |> print_expr ``` It works fine when converting to expr and evaluating. But I use the print_expr to write to file, and there its an issue.