lambda-calc-1/value/prettyprint.h

12 lines
173 B
C

#include <stdbool.h>
struct value;
struct color_factory;
struct stringtree* value_prettyprint(
int *out_chosen_color,
struct value* this,
bool with_color);