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

7 lines
157 B
C

struct stringtree* lambda_value_prettyprint(
int *out_chosen_color,
struct value* super,
struct color_factory* cfactory,
bool with_color);