lambda-calculus/builtin/numeric/multiply.h
2025-01-13 20:36:07 -06:00

8 lines
180 B
C

struct value;
struct builtin_lambda_value;
struct value* builtin_numeric_multiply(
struct booleans* booleans,
struct builtin_lambda_value* prev,
struct value* tail);