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

7 lines
155 B
C

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