6 lines
143 B
C
6 lines
143 B
C
|
|
struct value* new_user_lambda_value(
|
|
struct gc* gc,
|
|
struct value* environment,
|
|
struct value* parameters,
|
|
struct value* body);
|