lambda-calculus/expression/variable/prettyprint.h
2025-01-13 20:36:07 -06:00

13 lines
213 B
C

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