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

7 lines
60 B
C

struct value;
void free_value(
struct value* this);