7 lines
157 B
C
7 lines
157 B
C
|
|
struct stringtree* lambda_value_prettyprint(
|
|
int *out_chosen_color,
|
|
struct value* super,
|
|
struct color_factory* cfactory,
|
|
bool with_color);
|
|
|