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

10 lines
176 B
C

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