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

8 lines
174 B
C

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