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

4 lines
67 B
C

struct expression* inc_expression(
struct expression* this);