lambda-calc-1/statement/prettyprint.h

10 lines
173 B
C

struct statement;
struct color_factory;
struct stringtree* statement_prettyprint(
int *out_chosen_color,
struct statement* this,
unsigned precedence_level);