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

5 lines
71 B
C

struct environment* inc_environment(
struct environment* this);