lambda-calc-1/number/prettyprint.h
2025-01-13 20:36:07 -06:00

6 lines
83 B
C

struct number;
struct stringtree* number_prettyprint(
struct number* this);