#include "../struct.h" struct lambda_expression { struct expression super; struct string *variable_name; struct expression* body; };