lambda-calculus/booleans/free.h
2025-01-13 20:36:07 -06:00

6 lines
68 B
C

struct booleans;
void free_booleans(
struct booleans* this);