lambda-calc-1/expression/variable/prettyprint.h

12 lines
177 B
C

struct expression;
struct color_factory;
struct stringtree* variable_expression_prettyprint(
int *out_chosen_color,
struct expression* this,
bool with_color);