lambda-calculus/statement/prettyprint_errors.h
2025-01-13 20:36:07 -06:00

5 lines
98 B
C

struct statement;
struct stringtree* statement_prettyprint_errors(
struct statement* this);