Open oflatt opened 2 years ago
Right now, getting proofs with get_string_with_let can stack overflow because of our bad pretty printer.
get_string_with_let
Has anyone had any problems in practice? The proof must be very huge I think
Yes, the Herbie project has run into this before
Should be fixed by #310
Right now, getting proofs with
get_string_with_let
can stack overflow because of our bad pretty printer.