lambda-calc-1/builtin/numeric/divide.h
2025-01-13 20:36:07 -06:00

9 lines
195 B
C

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