Cyclone Scheme  0.4

◆ mclosure0

#define mclosure0 (   c,
 
)
Value:
c.hdr.grayed = 0; \
c.tag = closure0_tag; \
c.fn = f; \
c.num_args = -1;
A closed-over function with no variables.
Definition: types.h:948
#define gc_color_red
Definition: types.h:239
Definition: types.h:39
unsigned char mark
Definition: types.h:214
gc_header_type hdr
Definition: types.h:949