lambda-calculus/expression/parenthesis/evaluate.h
2025-01-13 20:36:07 -06:00

7 lines
148 B
C

struct value* parenthesis_expression_evaluate(
struct expression* this,
struct environment* environment,
struct booleans* booleans);