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

5 lines
75 B
C

struct environment* new_environment(
struct environment* fallback);