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

7 lines
78 B
C

struct environment;
void free_environment(
struct environment* this);