lambda-calc-1/environment/declare_builtins.h
2025-01-13 20:36:07 -06:00

9 lines
138 B
C

struct environment;
struct booleans;
void environment_declare_builtins(
struct environment* this,
struct booleans* booleans);